Searched refs:tmrSTATUS_IS_ACTIVE (Results 1 – 1 of 1) sorted by relevance
78 #define tmrSTATUS_IS_ACTIVE ( 0x01U ) macro735 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessExpiredTimer()1002 pxTimer->ucStatus |= ( uint8_t ) tmrSTATUS_IS_ACTIVE; in prvProcessReceivedCommands()1014 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()1031 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()1036 pxTimer->ucStatus |= ( uint8_t ) tmrSTATUS_IS_ACTIVE; in prvProcessReceivedCommands()1061 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()1070 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessReceivedCommands()1177 if( ( pxTimer->ucStatus & tmrSTATUS_IS_ACTIVE ) == 0U ) in xTimerIsTimerActive()
Completed in 10 milliseconds