Searched refs:xTimerStart (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_timers.c | 26 TEST_ASSERT( xTimerStart(oneshot, 1) ); 50 TEST_ASSERT( xTimerStart(recurring, 1) );
|
D | test_freertos_backported_functions.c | 61 TEST_ASSERT_EQUAL(pdTRUE, xTimerStart(tmr_handle, 1)); //Start Timer
|
D | test_task_suspend_resume.c | 376 xTimerStart( count_time, portMAX_DELAY); in test_scheduler_suspend3()
|
/hal_espressif-3.6.0/examples/protocols/websocket/main/ |
D | websocket_example.c | 115 xTimerStart(shutdown_signal_timer, portMAX_DELAY); in websocket_app_start()
|
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | timers.h | 515 #define xTimerStart( xTimer, xTicksToWait ) \ macro
|
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/ |
D | cmd_pcap.c | 182 …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/ |
D | main.c | 332 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/ |
D | light_driver.c | 795 xTimerStart(g_fade_timer, 0); in light_driver_fade_hue()
|