delay routine which is more or less exact within + - 2us. More...
#include "hal_delay.h"#include "memdefs.h"Go to the source code of this file.
Functions | |
| void | delay_us (uint16_t us) |
| void | delay_ms (uint16_t ms) |
delay routine which is more or less exact within + - 2us.
Definition in file hal_delay.c.
1.7.2