Home
last modified time | relevance | path

Searched refs:pxCoRoutineCode (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.0.1/
Dcroutine.c103 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, in xCoRoutineCreate() argument
110 traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ); in xCoRoutineCreate()
138 pxCoRoutine->pxCoRoutineFunction = pxCoRoutineCode; in xCoRoutineCreate()
/Kernel-v11.0.1/include/
Dcroutine.h136 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode,
DFreeRTOS.h2553 #define traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ) argument