Searched refs:tmrSTATUS_IS_STATICALLY_ALLOCATED (Results 1 – 1 of 1) sorted by relevance
79 #define tmrSTATUS_IS_STATICALLY_ALLOCATED ( 0x02U ) macro404 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()