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
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 int uint32_t
Typedef defining 32 bit unsigned int type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.