Searched refs:ucStatus (Results 1 – 1 of 1) sorted by relevance
85 …uint8_t ucStatus; /**< Holds bits to say if the timer was statically all… member303 pxNewTimer->ucStatus = 0x00; in xTimerCreate()344 pxNewTimer->ucStatus = tmrSTATUS_IS_STATICALLY_ALLOCATED; in xTimerCreateStatic()379 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()522 if( ( pxTimer->ucStatus & tmrSTATUS_IS_STATICALLY_ALLOCATED ) != 0 ) in xTimerGetStaticBuffer()577 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) != 0 ) in prvProcessExpiredTimer()583 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessExpiredTimer()[all …]