Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtimers.c79 #define tmrSTATUS_IS_STATICALLY_ALLOCATED ( 0x02U ) macro
404 pxNewTimer->ucStatus = ( uint8_t ) tmrSTATUS_IS_STATICALLY_ALLOCATED; in xTimerCreateStatic()
665 if( ( pxTimer->ucStatus & tmrSTATUS_IS_STATICALLY_ALLOCATED ) != 0U ) in xTimerGetStaticBuffer()
1057 … if( ( pxTimer->ucStatus & tmrSTATUS_IS_STATICALLY_ALLOCATED ) == ( uint8_t ) 0 ) in prvProcessReceivedCommands()