Searched refs:ucStatus (Results 1 – 1 of 1) sorted by relevance
94 …uint8_t ucStatus; /*<< Holds bits to say if the timer was statically all… member309 pxNewTimer->ucStatus = 0x00; in xTimerCreate()350 pxNewTimer->ucStatus = tmrSTATUS_IS_STATICALLY_ALLOCATED; in xTimerCreateStatic()387 pxNewTimer->ucStatus |= tmrSTATUS_IS_AUTORELOAD; in prvInitialiseNewTimer()470 pxTimer->ucStatus |= tmrSTATUS_IS_AUTORELOAD; in vTimerSetReloadMode()474 pxTimer->ucStatus &= ~tmrSTATUS_IS_AUTORELOAD; in vTimerSetReloadMode()489 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) == 0 ) in uxTimerGetReloadMode()540 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) != 0 ) in prvProcessExpiredTimer()560 pxTimer->ucStatus &= ~tmrSTATUS_IS_ACTIVE; in prvProcessExpiredTimer()846 pxTimer->ucStatus |= tmrSTATUS_IS_ACTIVE; in prvProcessReceivedCommands()[all …]