croutine¶
メンバー¶
xCoRoutineCreate()¶
BaseType_t xCoRoutineCreate(crCOROUTINE_CODE pxCoRoutineCode, UBaseType_t uxPriority, UBaseType_t uxIndex)
引数
- crCOROUTINE_CODE
pxCoRoutineCode
- UBaseType_t
uxPriority
- UBaseType_t
uxIndex
戻り値
BaseType_t
vCoRoutineSchedule()¶
void vCoRoutineSchedule(void)
戻り値
void
vCoRoutineAddToDelayedList()¶
void vCoRoutineAddToDelayedList(TickType_t xTicksToDelay, List_t *pxEventList)
引数
- TickType_t
xTicksToDelay
- List_t*
pxEventList
戻り値
void
xCoRoutineRemoveFromEventList()¶
BaseType_t xCoRoutineRemoveFromEventList(const List_t *pxEventList)
引数
- List_tconst *
pxEventList
戻り値
BaseType_t