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...
|
|
Detailed Description
Module to declare HAL Delay API.
The Delay module implements the only hal_delay() routine to delay the execution for some microseconds.
Function Documentation
| void hal_delay | ( | uint32_t | number_of_us | ) |
Function for delaying execution for number of microseconds.
- Parameters
-
[in] number_of_us number of microseconds to delay.