33 #ifndef SYS_TIME_ARCH_H
34 #define SYS_TIME_ARCH_H
40 #if (defined STM32H7XX) && !(defined STM32_SYSCLK)
41 #define STM32_SYSCLK STM32_SYS_CK
void sys_time_msleep(uint16_t ms)
void sys_time_usleep(uint32_t us)
sys_time_usleep(uint32_t us)
uint32_t get_sys_time_usec100(void)
Get the time in microseconds divided by 100 since startup.
uint32_t get_sys_time_usec(void)
Get the time in microseconds since startup.
uint32_t get_sys_time_msec(void)
Get the time in milliseconds since startup.
void sys_time_ssleep(uint8_t s)
Architecture independent timing functions.
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.