/hal_espressif-3.4.0/components/esp_timer/test/ |
D | test_esp_timer.c | 86 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 …]
|
D | test_esp_timer_light_sleep.c | 44 TEST_ESP_OK(esp_timer_stop(periodic_timer));
|
/hal_espressif-3.4.0/components/esp_timer/src/ |
D | ets_timer_legacy.c | 79 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/ |
D | esp_timer_example_main.c | 77 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/ |
D | button.c | 27 #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/ |
D | sync.c | 111 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()
|
D | run_tc.c | 117 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/ |
D | esp_timer.h | 39 esp_err_t esp_timer_stop(esp_timer_handle_t timer);
|
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/ |
D | esp_event_cxx.cpp | 95 esp_timer_stop(timer); in ~ESPEventRegTimed() 103 esp_timer_stop(timer); in dispatch_event_handling()
|
D | esp_timer_cxx.cpp | 46 esp_timer_stop(timer_handle); in ~ESPTimer()
|
/hal_espressif-3.4.0/components/mdns/host_test/components/esp_timer_linux/ |
D | esp_timer_linux.c | 38 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/ |
D | esp_timer_cxx.hpp | 116 CHECK_THROW(esp_timer_stop(timer_handle)); in stop()
|
/hal_espressif-3.4.0/components/esp_timer/include/ |
D | esp_timer.h | 179 esp_err_t esp_timer_stop(esp_timer_handle_t timer);
|
/hal_espressif-3.4.0/components/bt/common/osi/ |
D | alarm.c | 204 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/ |
D | esp32_mock.c | 33 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/ |
D | test_pm.c | 332 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/ |
D | hello_world_main.c | 114 esp_timer_stop(crash_timer); in app_main()
|
/hal_espressif-3.4.0/docs/en/api-reference/system/ |
D | esp_timer.rst | 57 … 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/ |
D | pmksa_cache.c | 76 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/ |
D | genie_util.c | 98 ret = esp_timer_stop(timer->timer); in util_timer_stop()
|
/hal_espressif-3.4.0/examples/system/esp_event/default_event_loop/main/ |
D | main.c | 81 ESP_ERROR_CHECK(esp_timer_stop(TIMER)); in timer_expiry_handler()
|
/hal_espressif-3.4.0/tools/test_apps/peripherals/i2c_wifi/main/ |
D | i2c_wifi_main.c | 156 esp_timer_stop(wait_timer); in wait_timer_callback()
|
/hal_espressif-3.4.0/components/bt/controller/esp32c3/ |
D | bt.c | 733 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/ |
D | bt.c | 720 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/ |
D | esp_bt_adapter.c | 800 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()
|