CMSIS-RTOS Validation  Version 1.0
RTOS Validation
 All Data Structures Files Functions Variables Macros Groups Pages
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 osWait and call the generic wait functions from an ISR.

Function Documentation

void TC_GenWaitBasic ( void  )
  • Call osDelay and wait until delay is executed
  • Call osWait and wait until delay is executed
  • Function calls must return osEventTimeout.
void TC_GenWaitInterrupts ( void  )
  • Call generic wait functions from the ISR