You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
121 B
3 lines
121 B
11 years ago
|
void sys_tick_wait_at_least(uint32_t stc, uint32_t delay_ms);
|
||
|
bool sys_tick_has_passed(uint32_t stc, uint32_t delay_ms);
|