Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtasks.c95 #define tskSTATICALLY_ALLOCATED_STACK_ONLY ( ( uint8_t ) 1 ) macro
796 pxNewTCB->ucStaticallyAllocated = tskSTATICALLY_ALLOCATED_STACK_ONLY; in xTaskCreateRestricted()
4571 else if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_ONLY ) in prvDeleteTCB()