#include <croutine.h>
Definition at line 78 of file croutine.h.
Data Fields | |
| crCOROUTINE_CODE | pxCoRoutineFunction |
| unsigned portBASE_TYPE | uxIndex |
| unsigned portBASE_TYPE | uxPriority |
| unsigned short | uxState |
| xListItem | xEventListItem |
| xListItem | xGenericListItem |
Definition at line 80 of file croutine.h.
Referenced by vCoRoutineSchedule(), and xCoRoutineCreate().
| unsigned portBASE_TYPE corCoRoutineControlBlock::uxIndex |
Definition at line 84 of file croutine.h.
Referenced by vCoRoutineSchedule(), and xCoRoutineCreate().
| unsigned portBASE_TYPE corCoRoutineControlBlock::uxPriority |
Definition at line 83 of file croutine.h.
Referenced by xCoRoutineCreate(), and xCoRoutineRemoveFromEventList().
| unsigned short corCoRoutineControlBlock::uxState |
Definition at line 82 of file croutine.h.
Referenced by prvCheckDelayedList(), prvCheckPendingReadyList(), vCoRoutineAddToDelayedList(), xCoRoutineCreate(), and xCoRoutineRemoveFromEventList().
Definition at line 81 of file croutine.h.
Referenced by prvCheckDelayedList(), prvCheckPendingReadyList(), vCoRoutineAddToDelayedList(), and xCoRoutineCreate().
1.5.5