Go to the documentation of this file.
34 #ifndef _NO_OS_DELAY_H_
35 #define _NO_OS_DELAY_H_
64 #endif // _NO_OS_DELAY_H_
Structure holding time data (seconds, microseconds).
Definition: no_os_delay.h:47
void no_os_mdelay(uint32_t msecs)
Wait until msecs milliseconds passed.
Definition: aducm3029_delay.c:126
unsigned int us
Definition: no_os_delay.h:48
void no_os_udelay(uint32_t usecs)
Wait until usecs microseconds passed.
Definition: aducm3029_delay.c:114
unsigned int s
Definition: no_os_delay.h:48
struct no_os_time no_os_get_time(void)
Get current time.
Definition: chibios_delay.c:51