Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/
Dcroutine.c131 pxCoRoutine->pxCoRoutineFunction = pxCoRoutineCode; in xCoRoutineCreate()
312 … ( pxCurrentCoRoutine->pxCoRoutineFunction )( pxCurrentCoRoutine, pxCurrentCoRoutine->uxIndex ); in vCoRoutineSchedule()
/hal_espressif-3.4.0/components/freertos/include/freertos/
Dcroutine.h53 crCOROUTINE_CODE pxCoRoutineFunction; member