Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtimers.c81 #define tmrSTATUS_IS_AUTORELOAD ( ( uint8_t ) 0x04 ) macro
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()
855 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) != 0 ) in prvProcessReceivedCommands()
954 if( ( pxTimer->ucStatus & tmrSTATUS_IS_AUTORELOAD ) != 0 ) in prvSwitchTimerLists()