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.
2 lines
121 B
2 lines
121 B
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);
|
|
|