mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
23
android/extern/wolfssl/IDE/ROWLEY-CROSSWORKS-ARM/hw.h
vendored
Normal file
23
android/extern/wolfssl/IDE/ROWLEY-CROSSWORKS-ARM/hw.h
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
#ifndef WOLFSSL_ROWLEY_HW_H
|
||||
#define WOLFSSL_ROWLEY_HW_H
|
||||
|
||||
|
||||
#include <__cross_studio_io.h>
|
||||
#include <__libc.h>
|
||||
#include <stdint.h>
|
||||
|
||||
// Generic HW API
|
||||
void hw_init(void);
|
||||
uint32_t hw_get_time_sec(void);
|
||||
uint32_t hw_get_time_msec(void);
|
||||
void hw_uart_printchar(int c);
|
||||
void hw_watchdog_disable(void);
|
||||
uint32_t hw_rand(void);
|
||||
|
||||
// Delay functions
|
||||
void delay_us(uint32_t microseconds);
|
||||
|
||||
|
||||
#endif /* WOLFSSL_ROWLEY_HW_H */
|
||||
|
||||
Reference in New Issue
Block a user