#include <croutine.h>
Data Fields | |
crCOROUTINE_CODE | pxCoRoutineFunction |
unsigned portBASE_TYPE | uxIndex |
UBaseType_t | uxIndex |
unsigned portBASE_TYPE | uxPriority |
UBaseType_t | uxPriority |
unsigned short | uxState |
uint16_t | uxState |
xListItem | xEventListItem |
ListItem_t | xEventListItem |
xListItem | xGenericListItem |
ListItem_t | xGenericListItem |
crCOROUTINE_CODE corCoRoutineControlBlock::pxCoRoutineFunction |
Referenced by vCoRoutineSchedule(), and xCoRoutineCreate().
UBaseType_t corCoRoutineControlBlock::uxIndex |
Referenced by vCoRoutineSchedule(), and xCoRoutineCreate().
UBaseType_t corCoRoutineControlBlock::uxIndex |
UBaseType_t corCoRoutineControlBlock::uxPriority |
Referenced by xCoRoutineCreate(), and xCoRoutineRemoveFromEventList().
UBaseType_t corCoRoutineControlBlock::uxPriority |
uint16_t corCoRoutineControlBlock::uxState |
Referenced by xCoRoutineCreate().
uint16_t corCoRoutineControlBlock::uxState |
ListItem_t corCoRoutineControlBlock::xEventListItem |
ListItem_t corCoRoutineControlBlock::xEventListItem |
ListItem_t corCoRoutineControlBlock::xGenericListItem |
Referenced by prvCheckDelayedList(), prvCheckPendingReadyList(), vCoRoutineAddToDelayedList(), and xCoRoutineCreate().
ListItem_t corCoRoutineControlBlock::xGenericListItem |