Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/
Dcroutine.c103 UBaseType_t uxIndex ) in xCoRoutineCreate() argument
130 pxCoRoutine->uxIndex = uxIndex; in xCoRoutineCreate()
312 … ( pxCurrentCoRoutine->pxCoRoutineFunction )( pxCurrentCoRoutine, pxCurrentCoRoutine->uxIndex ); in vCoRoutineSchedule()
/hal_espressif-3.4.0/components/freertos/include/freertos/
Dcroutine.h57 …UBaseType_t uxIndex; /*< Used to distinguish between co-routines when multiple co-routines… member
140 UBaseType_t uxIndex );