Functions | |
void | delay_us (uint32_t number_of_us) |
Function for delaying execution for number of microseconds. GR55xxx is based on Cortex-M4, and this function is based on Data Watchpoint and Trace (DWT) unit. More... | |
void | delay_ms (uint32_t number_of_ms) |
Function for delaying execution for number of milliseconds. GR55xxx is based on Cortex-M4, and this function is based on Data Watchpoint and Trace (DWT) unit. More... | |
void delay_ms | ( | uint32_t | number_of_ms | ) |
Function for delaying execution for number of milliseconds. GR55xxx is based on Cortex-M4, and this function is based on Data Watchpoint and Trace (DWT) unit.
[in] | number_of_ms | number of milliseconds |
void delay_us | ( | uint32_t | number_of_us | ) |
Function for delaying execution for number of microseconds. GR55xxx is based on Cortex-M4, and this function is based on Data Watchpoint and Trace (DWT) unit.
[in] | number_of_us | number of microseconds |