![]() |
ARMEBS4
revision-26.06.2015
|
Provides a simple way to delay (active wait) More...
![]() |
Functions | |
void | delay_wait_ms (uint32_t ms) |
Wait for at least that time. More... | |
void | delay_wait_us (uint32_t us) |
Wait for at least that time. More... | |
Provides a simple way to delay (active wait)
void delay_wait_ms | ( | uint32_t | ms | ) |
Wait for at least that time.
ms | The millisecond time to wait |
Definition at line 12 of file delay.c.
References delay_wait_us().
Referenced by delay_wait_us(), and EEPROM_Write().
void delay_wait_us | ( | uint32_t | us | ) |
Wait for at least that time.
us | The microsecond time to wait |
Definition at line 41 of file delay.c.
References _delay_loop(), delay_wait_ms(), and SystemClock.
Referenced by delay_wait_ms(), and workaround_reset_i2c_devices().