Home
last modified time | relevance | path

Searched refs:ESP_OK (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c62 return ESP_OK; in esp_wifi_get_macaddr_internal()
71 return ESP_OK; in esp_wifi_set_appie_internal()
77 return ESP_OK; in esp_wifi_unset_appie_internal()
124 return ESP_OK; in esp_wifi_set_ap_key_internal()
139 return ESP_OK; in esp_wifi_set_sta_key_internal()
152 return ESP_OK; in esp_wifi_get_sta_key_internal()
176 return ESP_OK; in esp_wifi_register_tx_cb_internal()
182 return ESP_OK; in esp_wifi_register_eapol_txdonecb_internal()
188 return ESP_OK; in esp_wifi_register_wpa_cb_internal()
193 return ESP_OK; in esp_wifi_unregister_wpa_cb_internal()
[all …]
Dwifi_init.c115 if (err != ESP_OK) { in esp_wifi_mac_pd_mem_init()
126 if (err != ESP_OK) { in esp_wifi_mac_pd_mem_deinit()
135 esp_err_t err = ESP_OK; in wifi_deinit_internal()
142 if (esp_wifi_internal_reg_rxcb(WIFI_IF_STA, NULL) != ESP_OK || in wifi_deinit_internal()
143 esp_wifi_internal_reg_rxcb(WIFI_IF_AP, NULL) != ESP_OK) { in wifi_deinit_internal()
158 if (err != ESP_OK) { in wifi_deinit_internal()
171 if (err != ESP_OK) { in wifi_deinit_internal()
242 return ESP_OK; in esp_wifi_psram_check()
249 return ESP_OK; in esp_wifi_init()
256 esp_err_t result = ESP_OK; in esp_wifi_init()
[all …]
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c98 return ESP_OK; in touch_pad_set_measurement_interval()
107 return ESP_OK; in touch_pad_get_measurement_interval()
116 return ESP_OK; in touch_pad_set_charge_discharge_times()
126 return ESP_OK; in touch_pad_get_charge_discharge_times()
133 return ESP_OK; in touch_pad_set_meas_time()
142 return ESP_OK; in touch_pad_get_meas_time()
151 return ESP_OK; in touch_pad_set_idle_channel_connect()
158 return ESP_OK; in touch_pad_get_idle_channel_connect()
173 return ESP_OK; in touch_pad_set_channel_mask()
183 return ESP_OK; in touch_pad_get_channel_mask()
[all …]
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c111 …if ( (ret == ESP_OK) && (reg_flag == false) && (intr_mask & (TOUCH_PAD_INTR_MASK_SCAN_DONE | TOUCH… in touch_pad_isr_register()
124 return ESP_OK; in touch_pad_set_measurement_interval()
133 return ESP_OK; in touch_pad_get_measurement_interval()
142 return ESP_OK; in touch_pad_set_charge_discharge_times()
152 return ESP_OK; in touch_pad_get_charge_discharge_times()
159 return ESP_OK; in touch_pad_set_meas_time()
168 return ESP_OK; in touch_pad_get_meas_time()
177 return ESP_OK; in touch_pad_set_idle_channel_connect()
184 return ESP_OK; in touch_pad_get_idle_channel_connect()
199 return ESP_OK; in touch_pad_set_channel_mask()
[all …]
/hal_espressif-latest/zephyr/port/bluetooth/
Dbt_stubs.c9 return ESP_OK; in btdm_osi_funcs_register()
14 return ESP_OK; in btdm_controller_init()
23 return ESP_OK; in btdm_controller_enable()
47 return ESP_OK; in btdm_dispatch_work_to_controller()
81 return ESP_OK; in btdm_vnd_offload_task_register()
86 return ESP_OK; in btdm_vnd_offload_task_deregister()
91 return ESP_OK; in r_btdm_vnd_offload_post()
116 return ESP_OK; in btdm_hci_tl_io_event_post()
130 return ESP_OK; in API_vhci_host_register_callback()
135 return ESP_OK; in ble_txpwr_set()
[all …]
/hal_espressif-latest/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c100 if (err != ESP_OK) { in esp_flash_encrypt_check_and_update()
106 if (err != ESP_OK) { in esp_flash_encrypt_check_and_update()
112 if (err != ESP_OK) { in esp_flash_encrypt_check_and_update()
122 return ESP_OK; in esp_flash_encrypt_check_and_update()
193 if (err != ESP_OK) { in check_and_generate_encryption_keys()
212 return ESP_OK; in check_and_generate_encryption_keys()
218 return ESP_OK; in esp_flash_encrypt_init()
227 if (err != ESP_OK) { in esp_flash_encrypt_init()
233 if (err != ESP_OK) { in esp_flash_encrypt_init()
239 if (err != ESP_OK) { in esp_flash_encrypt_init()
[all …]
/hal_espressif-latest/components/spi_flash/
Desp_flash_api.c67 if (err != ESP_OK) return err; \
190 if (err != ESP_OK) { in spiflash_start_default()
195 return ESP_OK; in spiflash_start_default()
205 if (err == ESP_OK) { in spiflash_end_default()
223 return ESP_OK; in check_chip_pointer_default()
231 if (acquire_err != ESP_OK) { in flash_end_flush_cache()
232 return (err == ESP_OK)? acquire_err: err; in flash_end_flush_cache()
238 if (err == ESP_OK) { in flash_end_flush_cache()
263 esp_err_t err = ESP_OK; in esp_flash_init()
276 if (err != ESP_OK) { in esp_flash_init()
[all …]
Dspi_flash_chip_mxic_opi.c38 return ESP_OK; in spi_flash_chip_mxic_opi_probe()
53 return ESP_OK; in spi_flash_chip_mxic_opi_detect_size()
67 esp_err_t err = ESP_OK; in spi_flash_chip_mxic_opi_set_write_protect()
71 if (err == ESP_OK || err == ESP_ERR_NOT_SUPPORTED) { in spi_flash_chip_mxic_opi_set_write_protect()
82 if (err == ESP_OK && wp_read != write_protect) { in spi_flash_chip_mxic_opi_set_write_protect()
129 return ESP_OK; in spi_flash_chip_mxic_opi_read_id()
145 if (err != ESP_OK) { in spi_flash_chip_mxic_opi_read_reg()
151 return ESP_OK; in spi_flash_chip_mxic_opi_read_reg()
156 esp_err_t err = ESP_OK; in spi_flash_chip_mxic_opi_get_write_protect()
160 if (err != ESP_OK) { in spi_flash_chip_mxic_opi_get_write_protect()
[all …]
/hal_espressif-latest/components/efuse/src/
Desp_efuse_api.c35 esp_err_t err = ESP_OK; in esp_efuse_read_field_blob()
56 assert(err == ESP_OK); in esp_efuse_read_field_bit()
57 return (err == ESP_OK) && value; in esp_efuse_read_field_bit()
63 esp_err_t err = ESP_OK; in esp_efuse_read_field_cnt()
84 esp_err_t err = ESP_OK; in esp_efuse_write_field_blob()
94 if (err == ESP_OK) { in esp_efuse_write_field_blob()
96 if (err == ESP_OK) { in esp_efuse_write_field_blob()
111 esp_err_t err = ESP_OK; in esp_efuse_write_field_cnt()
125 err = ESP_OK; in esp_efuse_write_field_cnt()
129 if (err == ESP_OK) { in esp_efuse_write_field_cnt()
[all …]
/hal_espressif-latest/components/driver/gpio/
Drtc_io.c36 return ESP_OK; in rtc_gpio_init()
47 return ESP_OK; in rtc_gpio_deinit()
57 return ESP_OK; in rtc_gpio_set_level()
75 return ESP_OK; in rtc_gpio_set_drive_capability()
85 return ESP_OK; in rtc_gpio_get_drive_capability()
95 return ESP_OK; in rtc_gpio_set_direction()
105 return ESP_OK; in rtc_gpio_set_direction_in_sleep()
115 return ESP_OK; in rtc_gpio_pullup_en()
125 return ESP_OK; in rtc_gpio_pullup_dis()
135 return ESP_OK; in rtc_gpio_pulldown_en()
[all …]
Dgpio.c97 return ESP_OK; in gpio_pullup_en()
116 return ESP_OK; in gpio_pullup_dis()
135 return ESP_OK; in gpio_pulldown_en()
154 return ESP_OK; in gpio_pulldown_dis()
170 return ESP_OK; in gpio_set_intr_type()
176 return ESP_OK; in gpio_intr_enable_on_core()
194 return ESP_OK; in gpio_intr_disable()
201 return ESP_OK; in gpio_input_disable()
208 return ESP_OK; in gpio_input_enable()
215 return ESP_OK; in gpio_output_disable()
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Dmemprot.c31 case MEMP_HAL_OK: return ESP_OK; in esp_memprot_ll_err_to_esp_err()
146 return ESP_OK; in esp_memprot_intr_init()
171 return ESP_OK; in esp_memprot_intr_ena()
217 return ESP_OK; in esp_memprot_clear_intr()
242 return ESP_OK; in esp_memprot_set_lock()
271 return ESP_OK; in esp_memprot_get_lock()
311 return ESP_OK; in esp_memprot_get_conf_reg()
340 return ESP_OK; in esp_memprot_get_fault_reg()
379 return ESP_OK; in esp_memprot_get_fault_status()
417 return ESP_OK; in esp_memprot_get_intr_ena_bit()
[all …]
/hal_espressif-latest/components/esp_wifi/src/
Dwifi_init.c124 return ESP_OK; in init_wifi_mac_sleep_retention()
133 if (err != ESP_OK) { in esp_wifi_mac_pd_mem_init()
144 if (err != ESP_OK) { in esp_wifi_mac_pd_mem_deinit()
153 esp_err_t err = ESP_OK; in wifi_deinit_internal()
160 if (esp_wifi_internal_reg_rxcb(WIFI_IF_STA, NULL) != ESP_OK || in wifi_deinit_internal()
161 esp_wifi_internal_reg_rxcb(WIFI_IF_AP, NULL) != ESP_OK) { in wifi_deinit_internal()
176 if (err != ESP_OK) { in wifi_deinit_internal()
207 if (err != ESP_OK) { in wifi_deinit_internal()
298 return ESP_OK; in esp_wifi_psram_check()
305 return ESP_OK; in esp_wifi_init()
[all …]
Dsmartconfig.c34 esp_err_t err = ESP_OK; in handler_got_ssid_passwd()
45 if (err != ESP_OK) { in handler_got_ssid_passwd()
52 esp_err_t err = ESP_OK; in esp_smartconfig_start()
55 if (err != ESP_OK) { in esp_smartconfig_start()
61 if (err != ESP_OK) { in esp_smartconfig_start()
69 esp_err_t err = ESP_OK; in esp_smartconfig_stop()
72 if (err == ESP_OK) { in esp_smartconfig_stop()
/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c74 return ESP_OK; in touch_pad_set_voltage()
87 return ESP_OK; in touch_pad_get_voltage()
104 return ESP_OK; in touch_pad_set_cnt_mode()
118 return ESP_OK; in touch_pad_get_cnt_mode()
129 return ESP_OK; in touch_pad_io_init()
137 return ESP_OK; in touch_pad_fsm_start()
145 return ESP_OK; in touch_pad_fsm_stop()
162 return ESP_OK; in touch_pad_set_fsm_mode()
168 return ESP_OK; in touch_pad_get_fsm_mode()
176 return ESP_OK; in touch_pad_sw_start()
[all …]
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostpad_wps.c92 return ESP_OK; in wifi_ap_wps_init()
141 return ESP_OK; in wifi_ap_wps_deinit()
154 if (esp_wifi_get_mode(&mode) != ESP_OK) { in wifi_ap_wps_enable_internal()
175 return ESP_OK; in wifi_ap_wps_enable_internal()
185 if (wps_set_factory_info(config) != ESP_OK) { in wifi_ap_wps_enable_internal()
190 if (wps_set_type(config->wps_type) != ESP_OK) { in wifi_ap_wps_enable_internal()
194 if (wps_set_status(WPS_STATUS_DISABLE) != ESP_OK) { in wifi_ap_wps_enable_internal()
198 if (wifi_ap_wps_init(config) != ESP_OK) { in wifi_ap_wps_enable_internal()
204 return ESP_OK; in wifi_ap_wps_enable_internal()
216 int ret = ESP_OK; in esp_wifi_ap_wps_enable()
[all …]
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c96 return ESP_OK; in touch_pad_set_filter_read_cb()
130 return ESP_OK; in touch_pad_set_measurement_interval()
139 return ESP_OK; in touch_pad_get_measurement_interval()
148 return ESP_OK; in touch_pad_set_measurement_clock_cycles()
158 return ESP_OK; in touch_pad_get_measurement_clock_cycles()
165 return ESP_OK; in touch_pad_set_meas_time()
174 return ESP_OK; in touch_pad_get_meas_time()
183 return ESP_OK; in touch_pad_set_trigger_mode()
190 return ESP_OK; in touch_pad_get_trigger_mode()
199 return ESP_OK; in touch_pad_set_trigger_source()
[all …]
/hal_espressif-latest/components/esp_hw_support/
Dmac_addr.c91 esp_err_t err = ESP_OK; in get_mac_addr_from_mac_table()
110 if (err != ESP_OK) { in get_mac_addr_from_mac_table()
122 return ESP_OK; in get_mac_addr_from_mac_table()
160 return ESP_OK; in esp_iface_mac_addr_set()
178 if (err != ESP_OK) { in get_efuse_mac_ext()
182 return ESP_OK; in get_efuse_mac_ext()
190 if (err != ESP_OK) { in insert_mac_ext_into_mac()
201 if (err != ESP_OK) { in esp_efuse_mac_get_custom()
207 return ESP_OK; in esp_efuse_mac_get_custom()
217 if (err != ESP_OK) { in get_efuse_mac_custom()
[all …]
/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt_impl_timergroup.c46 esp_err_t ret = ESP_OK; in esp_task_wdt_impl_timer_allocate()
53 if (ret == ESP_OK) { in esp_task_wdt_impl_timer_allocate()
57 if (ret == ESP_OK) { in esp_task_wdt_impl_timer_allocate()
79 esp_err_t ret = ESP_OK; in esp_task_wdt_impl_timer_reconfigure()
87 if (ret == ESP_OK) { in esp_task_wdt_impl_timer_reconfigure()
119 esp_err_t ret = ESP_OK; in esp_task_wdt_impl_timer_feed()
126 if (ret == ESP_OK) { in esp_task_wdt_impl_timer_feed()
151 esp_err_t ret = ESP_OK; in esp_task_wdt_impl_timer_stop()
158 if (ret == ESP_OK) { in esp_task_wdt_impl_timer_stop()
170 esp_err_t ret = ESP_OK; in esp_task_wdt_impl_timer_restart()
[all …]
Dtask_wdt_impl_esp_timer.c52 ESP_GOTO_ON_FALSE((ret == ESP_OK), ret, reterr, TAG, "could not start periodic timer"); in esp_task_wdt_impl_timer_allocate()
67 esp_err_t ret = ESP_OK; in esp_task_wdt_impl_timer_reconfigure()
74 if (ret == ESP_OK) { in esp_task_wdt_impl_timer_reconfigure()
97 esp_err_t ret = ESP_OK; in esp_task_wdt_impl_timer_feed()
104 if (ret == ESP_OK) { in esp_task_wdt_impl_timer_feed()
121 esp_err_t ret = ESP_OK; in esp_task_wdt_impl_timer_stop()
128 if (ret == ESP_OK) { in esp_task_wdt_impl_timer_stop()
138 esp_err_t ret = ESP_OK; in esp_task_wdt_impl_timer_restart()
145 if (ret == ESP_OK) { in esp_task_wdt_impl_timer_restart()
/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c165 return ESP_OK; in get_block_buf()
222 return ESP_OK; in sdspi_host_init()
227 esp_err_t err = ESP_OK; in deinit_slot()
276 return ESP_OK; in sdspi_host_remove_device()
289 return ESP_OK; in sdspi_host_deinit()
340 if (ret != ESP_OK) { in sdspi_host_init_device()
359 if (ret != ESP_OK) { in sdspi_host_init_device()
389 if (ret != ESP_OK) { in sdspi_host_init_device()
404 if (ret != ESP_OK) { in sdspi_host_init_device()
420 if (ret != ESP_OK) { in sdspi_host_init_device()
[all …]
/hal_espressif-latest/components/driver/deprecated/
Ddac_common_legacy.c35 return ESP_OK; in dac_pad_get_io_num()
49 return ESP_OK; in dac_rtc_pad_init()
62 return ESP_OK; in dac_output_enable()
73 return ESP_OK; in dac_output_disable()
84 return ESP_OK; in dac_output_voltage()
95 return ESP_OK; in dac_out_voltage()
105 return ESP_OK; in dac_cw_generator_enable()
115 return ESP_OK; in dac_cw_generator_disable()
133 return ESP_OK; in dac_cw_generator_config()
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v1/
Dsecure_boot.c57 if (err != ESP_OK) in secure_boot_generate()
81 if (err != ESP_OK) { in secure_boot_generate()
95 return ESP_OK; in esp_secure_boot_generate_digest()
107 if (err != ESP_OK) { in esp_secure_boot_generate_digest()
143 return ESP_OK; in esp_secure_boot_generate_digest()
150 return ESP_OK; in esp_secure_boot_permanently_enable()
165 if (err != ESP_OK) { in esp_secure_boot_permanently_enable()
171 if (err != ESP_OK) { in esp_secure_boot_permanently_enable()
179 return ESP_OK; in esp_secure_boot_permanently_enable()
/hal_espressif-latest/components/driver/deprecated/esp32s2/
Ddac_legacy.c37 return ESP_OK; in dac_digi_init()
55 return ESP_OK; in dac_digi_deinit()
73 if (err != ESP_OK) { in dac_digi_controller_config()
88 return ESP_OK; in dac_digi_controller_config()
102 return ESP_OK; in dac_digi_start()
117 return ESP_OK; in dac_digi_stop()
126 return ESP_OK; in dac_digi_fifo_reset()
135 return ESP_OK; in dac_digi_reset()
/hal_espressif-latest/zephyr/port/coex/
Dcoex_stubs.c14 return ESP_OK; in coex_pre_init()
24 return ESP_OK; in coex_init()
41 return ESP_OK; in coex_enable()
70 return ESP_OK; in coex_version_get_value()
82 return ESP_OK; in coex_preference_set()
415 return ESP_OK; in esp_coex_adapter_register()
432 return ESP_OK; in esp_coex_external_params()
450 return ESP_OK; in esp_coex_external_set()
516 return ESP_OK; in esp_coex_adapter_funcs_md5_check()

12345678910>>...14