no-OS
|
Functions | |
void | SysTick_Handler (void) |
void | no_os_udelay (uint32_t usecs) |
Generate microseconds delay. More... | |
void | no_os_mdelay (uint32_t msecs) |
Generate milliseconds delay. More... | |
struct no_os_time | no_os_get_time (void) |
Get current time. More... | |
struct no_os_time no_os_get_time | ( | void | ) |
Get current time.
void no_os_mdelay | ( | uint32_t | msecs | ) |
Generate milliseconds delay.
Wait until msecs milliseconds passed.
msecs | - Delay in milliseconds. |
void no_os_udelay | ( | uint32_t | usecs | ) |
Generate microseconds delay.
Wait until usecs microseconds passed.
usecs | - Delay in microseconds. |
void SysTick_Handler | ( | void | ) |