Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Dtimers.c71 #define tmrSTATUS_IS_STATICALLY_ALLOCATED ( ( uint8_t ) 0x02 ) macro
344 pxNewTimer->ucStatus = tmrSTATUS_IS_STATICALLY_ALLOCATED; in xTimerCreateStatic()
522 if( ( pxTimer->ucStatus & tmrSTATUS_IS_STATICALLY_ALLOCATED ) != 0 ) in xTimerGetStaticBuffer()
901 … if( ( pxTimer->ucStatus & tmrSTATUS_IS_STATICALLY_ALLOCATED ) == ( uint8_t ) 0 ) in prvProcessReceivedCommands()