Home
last modified time | relevance | path

Searched refs:xTimerCreate (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-3.6.0/components/freertos/test/
Dtest_timers.c20 TimerHandle_t oneshot = xTimerCreate("oneshot", 100 / portTICK_PERIOD_MS, pdFALSE,
44 TimerHandle_t recurring = xTimerCreate("oneshot", 100 / portTICK_PERIOD_MS, pdTRUE,
Dtest_task_suspend_resume.c375 TimerHandle_t count_time = xTimerCreate("count_time", 1, pdTRUE, NULL, timer_callback); in test_scheduler_suspend3()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/button/
Dbutton.c294 btn->tap_rls_cb.tmr = xTimerCreate("btn_rls_tmr", btn->tap_rls_cb.interval, pdFALSE, in iot_button_create()
310 btn->tap_psh_cb.tmr = xTimerCreate("btn_psh_tmr", btn->tap_psh_cb.interval, pdFALSE, in iot_button_create()
359 …btn->press_serial_cb.tmr = xTimerCreate("btn_serial_tmr", btn->serial_thres_sec*1000 / portTICK_PE… in iot_button_set_serial_cb()
423 cb_new->tmr = xTimerCreate("btn_press_tmr", cb_new->interval, pdFALSE, cb_new, button_press_cb); in iot_button_add_custom_cb()
/hal_espressif-3.6.0/examples/protocols/websocket/main/
Dwebsocket_example.c91 …shutdown_signal_timer = xTimerCreate("Websocket shutdown timer", NO_DATA_TIMEOUT_SEC * 1000 / port… in websocket_app_start()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dmpu_wrappers.h121 #define xTimerCreate MPU_xTimerCreate macro
Dtimers.h233 …TimerHandle_t xTimerCreate( const char * const pcTimerName, /*lint !e971 Unqualified char types ar…
/hal_espressif-3.6.0/examples/bluetooth/nimble/blehr/main/
Dmain.c292 …blehr_tx_timer = xTimerCreate("blehr_tx_timer", pdMS_TO_TICKS(1000), pdTRUE, (void *)0, blehr_tx_h… in app_main()
/hal_espressif-3.6.0/components/freertos/
Dlinker.lf73 timers: xTimerCreate (default)
Dtimers.c294 …TimerHandle_t xTimerCreate( const char * const pcTimerName, /*lint !e971 Unqualified char types ar… in xTimerCreate() function
/hal_espressif-3.6.0/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/src/
Dmatrix_keyboard.c161 …mkbd->debounce_timer = xTimerCreate("kb_debounce", pdMS_TO_TICKS(config->debounce_ms), pdFALSE, mk… in matrix_kbd_install()
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt48 158 xTimerCreate pcTimerName=%u xTimerPeriodInTicks=%u uxAutoReload=%…
/hal_espressif-3.6.0/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt48 158 xTimerCreate pcTimerName=%u xTimerPeriodInTicks=%u uxAutoReload=%…
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
Dcmd_pcap.c177 pcap_cmd_rt.trace_flush_timer = xTimerCreate("flush_apptrace_timer", in sniff_packet_start()
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt48 158 xTimerCreate pcTimerName=%u xTimerPeriodInTicks=%u uxAutoReload=%…
/hal_espressif-3.6.0/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt48 158 xTimerCreate pcTimerName=%u xTimerPeriodInTicks=%u uxAutoReload=%…
/hal_espressif-3.6.0/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt48 158 xTimerCreate pcTimerName=%u xTimerPeriodInTicks=%u uxAutoReload=%…
/hal_espressif-3.6.0/components/driver/esp32/
Dtouch_sensor.c432 …s_touch_pad_filter->timer = xTimerCreate("filter_tmr", filter_period_ms / portTICK_PERIOD_MS, pdFA… in touch_pad_filter_start()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c330 s_tmr = xTimerCreate("connTmr", (10000 / portTICK_RATE_MS), in bt_av_hdl_stack_evt()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Dlight_driver.c793 g_fade_timer = xTimerCreate("light_timer", fade_period_ms, in light_driver_fade_hue()
/hal_espressif-3.6.0/tools/ldgen/samples/
Dsections.info1198 5 .literal.xTimerCreate 00000008 00000000 00000000 000000d4 2**2
1244 28 .text.xTimerCreate 00000026 00000000 00000000 000003f8 2**2
/hal_espressif-3.6.0/tools/ldgen/test/data/
Dlibfreertos.a.txt1303 5 .literal.xTimerCreate 00000008 00000000 00000000 000000d4 2**2
1349 28 .text.xTimerCreate 00000026 00000000 00000000 000003f8 2**2
/hal_espressif-3.6.0/tools/test_idf_size/
Dapp_esp32s2.map1191 .literal.xTimerCreate
1210 .text.xTimerCreate
16114 xTimerCreate esp-idf/freertos/libfreertos.a(timers.c.obj)
Dapp2.map1230 .literal.xTimerCreate
1249 .text.xTimerCreate
18106 xTimerCreate esp-idf/freertos/libfreertos.a(timers.c.obj)
Dapp.map1313 .literal.xTimerCreate
1334 .text.xTimerCreate
Doverflow.map7218 .literal.xTimerCreate
7247 .text.xTimerCreate
78519 xTimerCreate esp-idf/freertos/libfreertos.a(timers.c.obj)

12