Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/include/freertos/
Dcroutine.h58 uint16_t uxState; /*< Used internally by the co-routine implementation. */ member
225 switch( ( ( CRCB_t * ) ( pxCRCB ) )->uxState ) { \
270 ( ( CRCB_t * ) ( xHandle ) )->uxState = ( __LINE__ * 2 ); return; \
273 ( ( CRCB_t * ) ( xHandle ) )->uxState = ( ( __LINE__ * 2 ) + 1 ); return; \
/hal_espressif-3.4.0/components/freertos/
Dcroutine.c128 pxCoRoutine->uxState = corINITIAL_STATE; in xCoRoutineCreate()