Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/include/freertos/
Dcroutine.h47 typedef void (*crCOROUTINE_CODE)( CoRoutineHandle_t, UBaseType_t ); typedef
51 crCOROUTINE_CODE pxCoRoutineFunction;
131 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, UBaseType_t uxPriority, UBaseType_t …
/hal_espressif-2.7.6/components/freertos/
Dcroutine.c102 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, UBaseType_t uxPriority, UBaseType_t … in xCoRoutineCreate()