firmware
IEM Firmware Documentation
|
#include <croutine.h>
Data Fields | |
crCOROUTINE_CODE | pxCoRoutineFunction |
ListItem_t | xGenericListItem |
ListItem_t | xEventListItem |
UBaseType_t | uxPriority |
UBaseType_t | uxIndex |
uint16_t | uxState |
crCOROUTINE_CODE corCoRoutineControlBlock::pxCoRoutineFunction |
UBaseType_t corCoRoutineControlBlock::uxIndex |
Used to distinguish between co-routines when multiple co-routines use the same co-routine function.
UBaseType_t corCoRoutineControlBlock::uxPriority |
The priority of the co-routine in relation to other co-routines.
uint16_t corCoRoutineControlBlock::uxState |
Used internally by the co-routine implementation.
ListItem_t corCoRoutineControlBlock::xEventListItem |
List item used to place the CRCB in event lists.
ListItem_t corCoRoutineControlBlock::xGenericListItem |
List item used to place the CRCB in ready and blocked queues.