Searched refs:tmrSTATUS_IS_AUTORELOAD (Results 1 – 1 of 1) sorted by relevance
72 #define tmrSTATUS_IS_AUTORELOAD ( ( uint8_t ) 0x04 ) macro379 pxNewTimer->ucStatus |= tmrSTATUS_IS_AUTORELOAD; in prvInitialiseNewTimer()461 pxTimer->ucStatus |= tmrSTATUS_IS_AUTORELOAD; in vTimerSetReloadMode()465 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_AUTORELOAD ); in vTimerSetReloadMode()480 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) == 0 ) in xTimerGetReloadMode()577 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) != 0 ) in prvProcessExpiredTimer()854 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) != 0 ) in prvProcessReceivedCommands()