Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h596 const UBaseType_t uxAutoReload,
602 const UBaseType_t uxAutoReload,
642 const UBaseType_t uxAutoReload);
Dtx_freertos.c2277 const UBaseType_t uxAutoReload, in xTimerCreate() argument
2305 if(uxAutoReload != pdFALSE) { in xTimerCreate()
2324 const UBaseType_t uxAutoReload, in xTimerCreateStatic() argument
2348 if(uxAutoReload != pdFALSE) { in xTimerCreateStatic()
2579 const UBaseType_t uxAutoReload) in vTimerSetReloadMode() argument
2597 if(uxAutoReload != pdFALSE) { in vTimerSetReloadMode()