Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/include/freertos/
Dcroutine.h48 typedef void (* crCOROUTINE_CODE)( CoRoutineHandle_t, typedef
53 crCOROUTINE_CODE pxCoRoutineFunction;
138 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode,
/hal_espressif-3.4.0/components/freertos/
Dcroutine.c101 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, in xCoRoutineCreate()