Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtimers.c72 #define tmrSTATUS_IS_AUTORELOAD ( ( uint8_t ) 0x04 ) macro
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()
577 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) != 0 ) in prvProcessExpiredTimer()
854 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) != 0 ) in prvProcessReceivedCommands()