Generic Wait Functions Test Cases.
More...
The Generic Wait function group in CMSIS-RTOS provides means for a time delay and allow to wait for unspecified events. The test cases check the functions osDelay and osDelayUntil and call the generic wait functions from an ISR.
◆ TC_GenWaitBasic()
void TC_GenWaitBasic |
( |
void |
| ) |
|
- Call osDelay and wait until delay is executed
- Call osDelayUntil and wait until delay is executed
◆ TC_GenWaitInterrupts()
void TC_GenWaitInterrupts |
( |
void |
| ) |
|
- Call generic wait functions from the ISR