Searched refs:uxAutoReload (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/freertos/ |
D | timers.c | 232 const UBaseType_t uxAutoReload, 296 const UBaseType_t uxAutoReload, in xTimerCreate() argument 310 …prvInitialiseNewTimer( pcTimerName, xTimerPeriodInTicks, uxAutoReload, pvTimerID, pxCallbackFuncti… in xTimerCreate() 323 const UBaseType_t uxAutoReload, in xTimerCreateStatic() argument 352 …prvInitialiseNewTimer( pcTimerName, xTimerPeriodInTicks, uxAutoReload, pvTimerID, pxCallbackFuncti… in xTimerCreateStatic() 363 const UBaseType_t uxAutoReload, in prvInitialiseNewTimer() argument 385 if( uxAutoReload != pdFALSE ) in prvInitialiseNewTimer() 461 const UBaseType_t uxAutoReload ) in vTimerSetReloadMode() argument 468 if( uxAutoReload != pdFALSE ) in vTimerSetReloadMode()
|
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | timers.h | 235 const UBaseType_t uxAutoReload, 365 const UBaseType_t uxAutoReload, 1276 const UBaseType_t uxAutoReload ) PRIVILEGED_FUNCTION;
|
D | mpu_prototypes.h | 178 const UBaseType_t uxAutoReload, 183 const UBaseType_t uxAutoReload, 198 const UBaseType_t uxAutoReload ) FREERTOS_SYSTEM_CALL;
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 48 158 xTimerCreate pcTimerName=%u xTimerPeriodInTicks=%u uxAutoReload=%…
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 48 158 xTimerCreate pcTimerName=%u xTimerPeriodInTicks=%u uxAutoReload=%…
|
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/ |
D | SYSVIEW_FreeRTOS.txt | 48 158 xTimerCreate pcTimerName=%u xTimerPeriodInTicks=%u uxAutoReload=%…
|
/hal_espressif-3.6.0/tools/esp_app_trace/ |
D | SYSVIEW_FreeRTOS.txt | 48 158 xTimerCreate pcTimerName=%u xTimerPeriodInTicks=%u uxAutoReload=%…
|
/hal_espressif-3.6.0/examples/system/sysview_tracing/ |
D | SYSVIEW_FreeRTOS.txt | 48 158 xTimerCreate pcTimerName=%u xTimerPeriodInTicks=%u uxAutoReload=%…
|