Application delays.
More...
Application delays.
◆ FLEX_DelayMs()
void FLEX_DelayMs |
( |
const uint32_t | mSec | ) |
|
Delay for a number of milliseconds.
- Parameters
-
[in] | mSec | delay time in milliseconds. |
◆ FLEX_DelayUs()
void FLEX_DelayUs |
( |
const uint32_t | uSec | ) |
|
Delay for a number of microseconds.
- Parameters
-
[in] | uSec | delay time in microseconds. |
◆ FLEX_Sleep()
void FLEX_Sleep |
( |
const uint32_t | Sec | ) |
|
Put the system in lower power mode for Sec
seconds. The calling job won't be interrupted by other jobs except for events while sleeping.
- Parameters
-
[in] | Sec | sleep time in seconds. |