Searched refs:tmrSTATUS_IS_ACTIVE (Results 1 – 1 of 1) sorted by relevance
70 #define tmrSTATUS_IS_ACTIVE ( ( uint8_t ) 0x01 ) macro583 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessExpiredTimer()848 pxTimer->ucStatus |= tmrSTATUS_IS_ACTIVE; in prvProcessReceivedCommands()860 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()877 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()882 pxTimer->ucStatus |= tmrSTATUS_IS_ACTIVE; in prvProcessReceivedCommands()907 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()916 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()1016 if( ( pxTimer->ucStatus & tmrSTATUS_IS_ACTIVE ) == 0 ) in xTimerIsTimerActive()