Home
last modified time | relevance | path

Searched refs:esp_timer_stop (Results 1 – 25 of 49) sorted by relevance

12

/hal_espressif-3.4.0/components/esp_timer/test/
Dtest_esp_timer.c86 TEST_ESP_OK(esp_timer_stop(handles[i]));
222 TEST_ESP_OK(esp_timer_stop(p_args->timer)); in test_periodic_correct_delays_timer_func()
290 esp_timer_stop(p_args->timer); in test_timers_ordered_correctly_timer_func()
296 esp_timer_stop(p_args->timer); in test_timers_ordered_correctly_timer_func()
417 TEST_ESP_ERR(ESP_ERR_INVALID_STATE, esp_timer_stop(timer1));
418 TEST_ESP_ERR(ESP_ERR_INVALID_STATE, esp_timer_stop(timer2));
690 TEST_ESP_OK(esp_timer_stop(timer1)); in test_tick_hook()
784 esp_timer_stop(periodic_timer[0]);
786 esp_timer_stop(periodic_timer[1]);
834 esp_timer_stop(oneshot_timer);
[all …]
Dtest_esp_timer_light_sleep.c44 TEST_ESP_OK(esp_timer_stop(periodic_timer));
/hal_espressif-3.4.0/components/esp_timer/src/
Dets_timer_legacy.c79 esp_timer_stop(ESP_TIMER(ptimer)); // no error check in ets_timer_arm_us()
91 esp_timer_stop(ESP_TIMER(ptimer)); // no error check in ets_timer_arm()
111 esp_timer_stop(ESP_TIMER(ptimer)); in ets_timer_disarm()
/hal_espressif-3.4.0/examples/system/esp_timer/main/
Desp_timer_example_main.c77 ESP_ERROR_CHECK(esp_timer_stop(periodic_timer)); in app_main()
95 ESP_ERROR_CHECK(esp_timer_stop(periodic_timer_handle)); in oneshot_timer_callback()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/button/
Dbutton.c27 #define STOP_TIMER(tmr) esp_timer_stop(tmr)
119 esp_timer_stop(btn->press_serial_cb.tmr); in button_tap_psh_cb()
189 esp_timer_stop(btn->press_serial_cb.tmr); in button_press_serial_cb()
205 esp_timer_stop(btn->tap_psh_cb.tmr); in button_gpio_isr_handler()
217 esp_timer_stop(pcb->tmr); in button_gpio_isr_handler()
230 esp_timer_stop(btn->tap_rls_cb.tmr); in button_gpio_isr_handler()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dsync.c111 esp_timer_stop(sync_obj.sync_timer); in send_start_countdown()
392 esp_timer_stop(sync_obj.sync_timer); in sync_cmd_recv()
467 esp_timer_stop(sync_obj.sync_timer); in handle_sync_timeout()
476 esp_timer_stop(sync_obj.sync_timer); in handle_sync_timeout()
Drun_tc.c117 esp_timer_stop(timer_hdl); in wifi_tcp_tx_throught_start()
160 esp_timer_stop(timer_hdl); in wifi_tcp_rx_throught_start()
/hal_espressif-3.4.0/components/mdns/host_test/components/esp_timer_linux/include/
Desp_timer.h39 esp_err_t esp_timer_stop(esp_timer_handle_t timer);
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/
Desp_event_cxx.cpp95 esp_timer_stop(timer); in ~ESPEventRegTimed()
103 esp_timer_stop(timer); in dispatch_event_handling()
Desp_timer_cxx.cpp46 esp_timer_stop(timer_handle); in ~ESPTimer()
/hal_espressif-3.4.0/components/mdns/host_test/components/esp_timer_linux/
Desp_timer_linux.c38 esp_err_t esp_timer_stop(esp_timer_handle_t timer) in esp_timer_stop() function
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/include/
Desp_timer_cxx.hpp116 CHECK_THROW(esp_timer_stop(timer_handle)); in stop()
/hal_espressif-3.4.0/components/esp_timer/include/
Desp_timer.h179 esp_err_t esp_timer_stop(esp_timer_handle_t timer);
/hal_espressif-3.4.0/components/bt/common/osi/
Dalarm.c204 esp_timer_stop(alarm->alarm_hdl); in alarm_free()
294 esp_err_t stat = esp_timer_stop(alarm->alarm_hdl); in osi_alarm_cancel()
/hal_espressif-3.4.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.c33 esp_err_t esp_timer_stop(esp_timer_handle_t timer) in esp_timer_stop() function
/hal_espressif-3.4.0/components/esp_pm/test/
Dtest_pm.c332 TEST_ESP_OK(esp_timer_stop(p_args->timer));
402 TEST_ESP_OK(esp_timer_stop(periodic_timer));
/hal_espressif-3.4.0/tools/test_apps/system/longjmp_test/main/
Dhello_world_main.c114 esp_timer_stop(crash_timer); in app_main()
/hal_espressif-3.4.0/docs/en/api-reference/system/
Desp_timer.rst57 … the callback should be called. The timer keeps running until :cpp:func:`esp_timer_stop` is called.
59 …art_periodic` is called. To restart a running timer, call :cpp:func:`esp_timer_stop` first, then c…
79 This behavior can be changed by calling :cpp:func:`esp_timer_stop` before sleeping.
/hal_espressif-3.4.0/components/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.c76 esp_timer_stop(pmksa->cache_timeout_timer); in pmksa_cache_set_expiration()
289 esp_timer_stop(pmksa->cache_timeout_timer); in pmksa_cache_deinit()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_util.c98 ret = esp_timer_stop(timer->timer); in util_timer_stop()
/hal_espressif-3.4.0/examples/system/esp_event/default_event_loop/main/
Dmain.c81 ESP_ERROR_CHECK(esp_timer_stop(TIMER)); in timer_expiry_handler()
/hal_espressif-3.4.0/tools/test_apps/peripherals/i2c_wifi/main/
Di2c_wifi_main.c156 esp_timer_stop(wait_timer); in wait_timer_callback()
/hal_espressif-3.4.0/components/bt/controller/esp32c3/
Dbt.c733 esp_timer_stop(s_btdm_slp_tmr); in btdm_sleep_exit_phase3_wrapper()
761 esp_timer_stop(s_btdm_slp_tmr); in btdm_sleep_exit_phase0()
1221 esp_timer_stop(s_btdm_slp_tmr); in esp_bt_controller_deinit()
/hal_espressif-3.4.0/components/bt/controller/esp32s3/
Dbt.c720 esp_timer_stop(s_btdm_slp_tmr); in btdm_sleep_exit_phase3_wrapper()
748 esp_timer_stop(s_btdm_slp_tmr); in btdm_sleep_exit_phase0()
1188 esp_timer_stop(s_btdm_slp_tmr); in esp_bt_controller_deinit()
/hal_espressif-3.4.0/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c800 esp_timer_stop(s_btdm_slp_tmr); in btdm_sleep_exit_phase3_wrapper()
821 esp_timer_stop(s_btdm_slp_tmr); in btdm_sleep_exit_phase0()
1226 esp_timer_stop(s_btdm_slp_tmr); in esp_bt_controller_deinit()

12