CoRoutineHandle_t is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

CoRoutineHandle_t

Syntax

typedef void * CoRoutineHandle_t;

References

LocationText
croutine.h:44
typedef void * CoRoutineHandle_t;
croutine.h:47
typedef void (*crCOROUTINE_CODE)( CoRoutineHandle_t, UBaseType_t );