Searched refs:tmrSTATUS_IS_AUTORELOAD (Results 1 – 1 of 1) sorted by relevance
80 #define tmrSTATUS_IS_AUTORELOAD ( 0x04U ) macro441 pxNewTimer->ucStatus |= ( uint8_t ) tmrSTATUS_IS_AUTORELOAD; in prvInitialiseNewTimer()583 pxTimer->ucStatus |= ( uint8_t ) tmrSTATUS_IS_AUTORELOAD; in vTimerSetReloadMode()587 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_AUTORELOAD ); in vTimerSetReloadMode()606 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) == 0U ) in xTimerGetReloadMode()733 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) != 0U ) in prvProcessExpiredTimer()1010 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) != 0U ) in prvProcessReceivedCommands()