Home
last modified time | relevance | path

Searched refs:pxCoRoutineFunction (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/freertos/
Dcroutine.c129 pxCoRoutine->pxCoRoutineFunction = pxCoRoutineCode; in xCoRoutineCreate()
302 ( pxCurrentCoRoutine->pxCoRoutineFunction )( pxCurrentCoRoutine, pxCurrentCoRoutine->uxIndex ); in vCoRoutineSchedule()
/hal_espressif-2.7.6/components/freertos/include/freertos/
Dcroutine.h51 crCOROUTINE_CODE pxCoRoutineFunction; member