#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().
unsigned portBASE_TYPE corCoRoutineControlBlock::uxIndex |
unsigned portBASE_TYPE corCoRoutineControlBlock::uxIndex |
Referenced by vCoRoutineSchedule(), and xCoRoutineCreate().
unsigned portBASE_TYPE corCoRoutineControlBlock::uxPriority |
unsigned portBASE_TYPE corCoRoutineControlBlock::uxPriority |
Referenced by xCoRoutineCreate(), and xCoRoutineRemoveFromEventList().
unsigned short corCoRoutineControlBlock::uxState |
unsigned short corCoRoutineControlBlock::uxState |
Referenced by xCoRoutineCreate().
xListItem corCoRoutineControlBlock::xEventListItem |
xListItem corCoRoutineControlBlock::xEventListItem |
xListItem corCoRoutineControlBlock::xGenericListItem |
xListItem corCoRoutineControlBlock::xGenericListItem |
Referenced by prvCheckDelayedList(), prvCheckPendingReadyList(), vCoRoutineAddToDelayedList(), and xCoRoutineCreate().