![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Module to declare HAL Delay API. More...
Functions | |
void | hal_delay (uint32_t number_of_us) |
Function for delaying execution for number of microseconds. More... | |
Module to declare HAL Delay API.
The Delay module implements the only hal_delay() routine to delay the execution for some microseconds.
void hal_delay | ( | uint32_t | number_of_us | ) |
Function for delaying execution for number of microseconds.
[in] | number_of_us | number of microseconds to delay. |