Searched refs:tmrSTATUS_IS_ACTIVE (Results 1 – 1 of 1) sorted by relevance
78 #define tmrSTATUS_IS_ACTIVE ( 0x01U ) macro739 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessExpiredTimer()1004 pxTimer->ucStatus |= ( uint8_t ) tmrSTATUS_IS_ACTIVE; in prvProcessReceivedCommands()1016 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()1033 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()1038 pxTimer->ucStatus |= ( uint8_t ) tmrSTATUS_IS_ACTIVE; in prvProcessReceivedCommands()1063 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()1072 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()1174 if( ( pxTimer->ucStatus & tmrSTATUS_IS_ACTIVE ) == 0U ) in xTimerIsTimerActive()