generated from hulk/gd32e23x_template_cmake_vscode
add delay us safe
This commit is contained in:
@@ -27,4 +27,7 @@ void delay_us(uint32_t count);
|
||||
/* delay function that doesn't interfere with SysTick interrupt */
|
||||
void delay_ms_safe(uint32_t count);
|
||||
|
||||
/* delay a time in microseconds (safe version) */
|
||||
void delay_us_safe(uint32_t count);
|
||||
|
||||
#endif /* SYS_TICK_H */
|
Reference in New Issue
Block a user