Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h597 const UBaseType_t uxAutoReload,
603 const UBaseType_t uxAutoReload,
643 const UBaseType_t uxAutoReload);
Dtx_freertos.c2267 const UBaseType_t uxAutoReload, in xTimerCreate() argument
2295 if(uxAutoReload != pdFALSE) { in xTimerCreate()
2314 const UBaseType_t uxAutoReload, in xTimerCreateStatic() argument
2338 if(uxAutoReload != pdFALSE) { in xTimerCreateStatic()
2569 const UBaseType_t uxAutoReload) in vTimerSetReloadMode() argument
2587 if(uxAutoReload != pdFALSE) { in vTimerSetReloadMode()