Home
last modified time | relevance | path

Searched refs:ucStatus (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.1.0/
Dtimers.c93 …uint8_t ucStatus; /**< Holds bits to say if… member
356 pxNewTimer->ucStatus = 0x00; in xTimerCreate()
404 pxNewTimer->ucStatus = ( uint8_t ) tmrSTATUS_IS_STATICALLY_ALLOCATED; in xTimerCreateStatic()
441 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()
665 if( ( pxTimer->ucStatus & tmrSTATUS_IS_STATICALLY_ALLOCATED ) != 0U ) in xTimerGetStaticBuffer()
733 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) != 0U ) in prvProcessExpiredTimer()
739 pxTimer->ucStatus &= ( ( uint8_t ) ~tmrSTATUS_IS_ACTIVE ); in prvProcessExpiredTimer()
[all …]