Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/test/
Dtest_timers.c26 TEST_ASSERT( xTimerStart(oneshot, 1) );
50 TEST_ASSERT( xTimerStart(recurring, 1) );
Dtest_freertos_backported_functions.c61 TEST_ASSERT_EQUAL(pdTRUE, xTimerStart(tmr_handle, 1)); //Start Timer
Dtest_task_suspend_resume.c376 xTimerStart( count_time, portMAX_DELAY); in test_scheduler_suspend3()
/hal_espressif-3.6.0/examples/protocols/websocket/main/
Dwebsocket_example.c115 xTimerStart(shutdown_signal_timer, portMAX_DELAY); in websocket_app_start()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtimers.h515 #define xTimerStart( xTimer, xTicksToWait ) \ macro
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
Dcmd_pcap.c182 …ESP_GOTO_ON_FALSE(xTimerStart(pcap_cmd_rt.trace_flush_timer, 0), ESP_FAIL, err_timer_start, CMD_PC… in sniff_packet_start()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c332 xTimerStart(s_tmr, portMAX_DELAY); in bt_av_hdl_stack_evt()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Dlight_driver.c795 xTimerStart(g_fade_timer, 0); in light_driver_fade_hue()