Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtimers.c80 #define tmrSTATUS_IS_STATICALLY_ALLOCATED ( ( uint8_t ) 0x02 ) macro
350 pxNewTimer->ucStatus = tmrSTATUS_IS_STATICALLY_ALLOCATED; in xTimerCreateStatic()
900 … if( ( pxTimer->ucStatus & tmrSTATUS_IS_STATICALLY_ALLOCATED ) == ( uint8_t ) 0 ) in prvProcessReceivedCommands()