CMSIS-RTOS2 Validation  Version 0.9.0-dev77
Validates RTOS2 API Implementation
Generic Wait Functions

Generic Wait Functions Test Cases. More...

Functions

void TC_GenWaitBasic (void)
 Test case: TC_GenWaitBasic. More...
 
void TC_GenWaitInterrupts (void)
 Test case: TC_GenWaitInterrupts. More...
 

Description

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.

Function Documentation

◆ 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