Home
last modified time | relevance | path

Searched defs:void (Results 151 – 175 of 861) sorted by relevance

12345678910>>...35

/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c384 void IRAM_ATTR btdm_hw_mac_power_down_wrapper(void) in btdm_hw_mac_power_down_wrapper() argument
396 void IRAM_ATTR btdm_hw_mac_power_up_wrapper(void) in btdm_hw_mac_power_up_wrapper() argument
415 static inline void esp_bt_power_domain_on(void) in esp_bt_power_domain_on() argument
425 static inline void esp_bt_power_domain_off(void) in esp_bt_power_domain_off() argument
468 static void IRAM_ATTR global_interrupt_disable(void) in global_interrupt_disable() argument
479 static void IRAM_ATTR global_interrupt_restore(void) in global_interrupt_restore() argument
490 static void IRAM_ATTR task_yield_from_isr(void) in task_yield_from_isr() argument
495 static bool IRAM_ATTR is_in_isr_wrapper(void) in is_in_isr_wrapper() argument
565 static void *mutex_create_wrapper(void) in mutex_create_wrapper() argument
725 static int IRAM_ATTR rand_wrapper(void) in rand_wrapper() argument
[all …]
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c144 static void core_intr_matrix_clear(void) in core_intr_matrix_clear() argument
154 void startup_resume_other_cores(void) in startup_resume_other_cores() argument
159 void IRAM_ATTR call_start_cpu1(void) in call_start_cpu1() argument
209 static void start_other_core(void) in start_other_core() argument
264 static void restore_app_mmu_from_pro_mmu(void) in restore_app_mmu_from_pro_mmu() argument
276 void IRAM_ATTR do_multicore_settings(void) in do_multicore_settings() argument
312 void IRAM_ATTR call_start_cpu0(void) argument
/hal_espressif-latest/components/log/
Dlog_noos.c14 void esp_log_impl_lock(void) in esp_log_impl_lock() argument
20 bool esp_log_impl_lock_timeout(void) in esp_log_impl_lock_timeout() argument
26 void esp_log_impl_unlock(void) in esp_log_impl_unlock() argument
33 uint32_t esp_log_early_timestamp(void) in esp_log_early_timestamp() argument
Dlog_linux.c23 void esp_log_impl_lock(void) in esp_log_impl_lock() argument
28 bool esp_log_impl_lock_timeout(void) in esp_log_impl_lock_timeout() argument
34 void esp_log_impl_unlock(void) in esp_log_impl_unlock() argument
39 uint32_t esp_log_timestamp(void) in esp_log_timestamp() argument
/hal_espressif-latest/components/bootloader_support/src/
Dflash_encrypt.c83 bool IRAM_ATTR esp_flash_encryption_enabled(void) in esp_flash_encryption_enabled() argument
106 void esp_flash_write_protect_crypt_cnt(void) in esp_flash_write_protect_crypt_cnt() argument
111 esp_flash_enc_mode_t esp_get_flash_encryption_mode(void) in esp_get_flash_encryption_mode() argument
164 void esp_flash_encryption_set_release_mode(void) in esp_flash_encryption_set_release_mode() argument
227 bool esp_flash_encryption_cfg_verify_release_mode(void) in esp_flash_encryption_cfg_verify_release_mode() argument
304 bool esp_flash_encryption_cfg_verify_release_mode(void) in esp_flash_encryption_cfg_verify_release_mode() argument
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_flash_init.c38 void flash_update_id(void) in flash_update_id() argument
45 void flash_cs_timing_config(void) in flash_cs_timing_config() argument
80 void flash_set_dummy_out(void) in flash_set_dummy_out() argument
227 static void init_flash_configure(void) in init_flash_configure() argument
233 static void spi_flash_resume(void) in spi_flash_resume() argument
239 int init_spi_flash(void) in init_spi_flash() argument
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c439 void IRAM_ATTR btdm_hw_mac_power_down_wrapper(void) in btdm_hw_mac_power_down_wrapper() argument
451 void IRAM_ATTR btdm_hw_mac_power_up_wrapper(void) in btdm_hw_mac_power_up_wrapper() argument
470 static inline void esp_bt_power_domain_on(void) in esp_bt_power_domain_on() argument
480 static inline void esp_bt_power_domain_off(void) in esp_bt_power_domain_off() argument
531 static void IRAM_ATTR global_interrupt_disable(void) in global_interrupt_disable() argument
540 static void IRAM_ATTR global_interrupt_restore(void) in global_interrupt_restore() argument
549 static void IRAM_ATTR task_yield_from_isr(void) in task_yield_from_isr() argument
605 static void *mutex_create_wrapper(void) in mutex_create_wrapper() argument
688 static bool IRAM_ATTR is_in_isr_wrapper(void) in is_in_isr_wrapper() argument
711 uint32_t get_ble_controller_free_heap_size(void) in get_ble_controller_free_heap_size() argument
[all …]
/hal_espressif-latest/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c48 static size_t get_flash_encrypt_cnt_value(void) in get_flash_encrypt_cnt_value() argument
55 bool esp_flash_encrypt_initialized_once(void) in esp_flash_encrypt_initialized_once() argument
71 bool esp_flash_encrypt_state(void) in esp_flash_encrypt_state() argument
90 esp_err_t esp_flash_encrypt_check_and_update(void) in esp_flash_encrypt_check_and_update() argument
125 static esp_err_t check_and_generate_encryption_keys(void) in check_and_generate_encryption_keys() argument
215 esp_err_t esp_flash_encrypt_init(void) in esp_flash_encrypt_init() argument
248 esp_err_t esp_flash_encrypt_contents(void) in esp_flash_encrypt_contents() argument
284 esp_err_t esp_flash_encrypt_enable(void) in esp_flash_encrypt_enable() argument
323 static esp_err_t encrypt_bootloader(void) in encrypt_bootloader() argument
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Desp_crypto_lock.c19 void esp_crypto_dma_lock_acquire(void) in esp_crypto_dma_lock_acquire() argument
24 void esp_crypto_dma_lock_release(void) in esp_crypto_dma_lock_release() argument
29 void esp_crypto_mpi_lock_acquire(void) in esp_crypto_mpi_lock_acquire() argument
34 void esp_crypto_mpi_lock_release(void) in esp_crypto_mpi_lock_release() argument
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_config.c63 bool btc_config_init(void) in btc_config_init() argument
89 bool btc_config_shut_down(void) in btc_config_shut_down() argument
95 bool btc_config_clean_up(void) in btc_config_clean_up() argument
257 const btc_config_section_iter_t *btc_config_section_begin(void) in btc_config_section_begin() argument
263 const btc_config_section_iter_t *btc_config_section_end(void) in btc_config_section_end() argument
310 void btc_config_flush(void) in btc_config_flush() argument
317 int btc_config_clear(void) in btc_config_clear() argument
331 void btc_config_lock(void) in btc_config_lock() argument
336 void btc_config_unlock(void) in btc_config_unlock() argument
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c139 static int secure_beacon_send(void) in secure_beacon_send() argument
206 static int unprovisioned_beacon_send(void) in unprovisioned_beacon_send() argument
264 static int unprovisioned_beacon_send(void) in unprovisioned_beacon_send() argument
270 static void update_beacon_observation(void) in update_beacon_observation() argument
299 static bool ready_to_send(void) in ready_to_send() argument
467 void bt_mesh_beacon_init(void) in bt_mesh_beacon_init() argument
473 void bt_mesh_beacon_deinit(void) in bt_mesh_beacon_deinit() argument
490 void bt_mesh_beacon_enable(void) in bt_mesh_beacon_enable() argument
519 void bt_mesh_beacon_disable(void) in bt_mesh_beacon_disable() argument
/hal_espressif-latest/components/esp_hw_support/
Dclk_ctrl_os.c29 bool periph_rtc_dig_clk8m_enable(void) in periph_rtc_dig_clk8m_enable() argument
48 uint32_t periph_rtc_dig_clk8m_get_freq(void) in periph_rtc_dig_clk8m_get_freq() argument
58 void periph_rtc_dig_clk8m_disable(void) in periph_rtc_dig_clk8m_disable() argument
71 void periph_rtc_apll_acquire(void) in periph_rtc_apll_acquire() argument
82 void periph_rtc_apll_release(void) in periph_rtc_apll_release() argument
Dsleep_gpio.c40 void gpio_sleep_mode_config_apply(void) in gpio_sleep_mode_config_apply() argument
49 IRAM_ATTR void gpio_sleep_mode_config_unapply(void) in gpio_sleep_mode_config_unapply() argument
59 void esp_sleep_config_gpio_isolate(void) in esp_sleep_config_gpio_isolate() argument
114 IRAM_ATTR void esp_sleep_isolate_digital_gpio(void) in esp_sleep_isolate_digital_gpio() argument
153 void esp_deep_sleep_wakeup_io_reset(void) in esp_deep_sleep_wakeup_io_reset() argument
Dsleep_modem.c85 void IRAM_ATTR mac_bb_power_down_cb_execute(void) in mac_bb_power_down_cb_execute() argument
126 void IRAM_ATTR mac_bb_power_up_cb_execute(void) in mac_bb_power_up_cb_execute() argument
177 esp_err_t sleep_modem_wifi_modem_state_init(void) in sleep_modem_wifi_modem_state_init() argument
254 __attribute__((unused)) void sleep_modem_wifi_modem_state_deinit(void) in sleep_modem_wifi_modem_state_deinit() argument
273 inline __attribute__((always_inline)) bool sleep_modem_wifi_modem_state_enabled(void) in sleep_modem_wifi_modem_state_enabled() argument
278 inline __attribute__((always_inline)) bool sleep_modem_wifi_modem_link_done(void) in sleep_modem_wifi_modem_link_done() argument
285 bool IRAM_ATTR modem_domain_pd_allowed(void) in modem_domain_pd_allowed() argument
307 uint32_t IRAM_ATTR sleep_modem_reject_triggers(void) in sleep_modem_reject_triggers() argument
316 bool IRAM_ATTR sleep_modem_wifi_modem_state_skip_light_sleep(void) in sleep_modem_wifi_modem_state_skip_light_sleep() argument
389 void esp_pm_unregister_light_sleep_default_params_config_callback(void) in esp_pm_unregister_light_sleep_default_params_config_callback() argument
[all …]
Dregi2c_ctrl.c55 void IRAM_ATTR regi2c_enter_critical(void) in regi2c_enter_critical() argument
60 void IRAM_ATTR regi2c_exit_critical(void) in regi2c_exit_critical() argument
74 void IRAM_ATTR regi2c_analog_cali_reg_read(void) in regi2c_analog_cali_reg_read() argument
81 void IRAM_ATTR regi2c_analog_cali_reg_write(void) in regi2c_analog_cali_reg_write() argument
94 void regi2c_saradc_enable(void) in regi2c_saradc_enable() argument
104 void regi2c_saradc_disable(void) in regi2c_saradc_disable() argument
/hal_espressif-latest/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c49 static void wdt_reset_cpu0_info_enable(void) in wdt_reset_cpu0_info_enable() argument
99 static void bootloader_check_wdt_reset(void) in bootloader_check_wdt_reset() argument
126 static void bootloader_super_wdt_auto_feed(void) in bootloader_super_wdt_auto_feed() argument
133 static inline void bootloader_ana_reset_config(void) in bootloader_ana_reset_config() argument
141 esp_err_t bootloader_init(void) in bootloader_init() argument
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c187 bool touch_pad_meas_is_done(void) in touch_pad_meas_is_done() argument
221 touch_pad_t IRAM_ATTR touch_pad_get_current_meas_channel(void) in touch_pad_get_current_meas_channel() argument
257 uint32_t touch_pad_read_intr_status_mask(void) in touch_pad_read_intr_status_mask() argument
284 esp_err_t touch_pad_timeout_resume(void) in touch_pad_timeout_resume() argument
305 esp_err_t touch_pad_init(void) in touch_pad_init() argument
319 esp_err_t touch_pad_deinit(void) in touch_pad_deinit() argument
332 esp_err_t touch_pad_reset(void) in touch_pad_reset() argument
405 esp_err_t touch_pad_filter_enable(void) in touch_pad_filter_enable() argument
413 esp_err_t touch_pad_filter_disable(void) in touch_pad_filter_disable() argument
421 esp_err_t touch_pad_denoise_enable(void) in touch_pad_denoise_enable() argument
[all …]
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c161 bool touch_pad_meas_is_done(void) in touch_pad_meas_is_done() argument
195 touch_pad_t IRAM_ATTR touch_pad_get_current_meas_channel(void) in touch_pad_get_current_meas_channel() argument
231 uint32_t touch_pad_read_intr_status_mask(void) in touch_pad_read_intr_status_mask() argument
258 esp_err_t touch_pad_timeout_resume(void) in touch_pad_timeout_resume() argument
279 esp_err_t touch_pad_init(void) in touch_pad_init() argument
293 esp_err_t touch_pad_deinit(void) in touch_pad_deinit() argument
306 esp_err_t touch_pad_reset(void) in touch_pad_reset() argument
379 esp_err_t touch_pad_filter_enable(void) in touch_pad_filter_enable() argument
387 esp_err_t touch_pad_filter_disable(void) in touch_pad_filter_disable() argument
395 esp_err_t touch_pad_denoise_enable(void) in touch_pad_denoise_enable() argument
[all …]
/hal_espressif-latest/components/bootloader_support/src/esp32/
Dbootloader_esp32.c44 static void bootloader_reset_mmu(void) in bootloader_reset_mmu() argument
73 static esp_err_t bootloader_check_rated_cpu_clock(void) in bootloader_check_rated_cpu_clock() argument
84 static void wdt_reset_cpu0_info_enable(void) in wdt_reset_cpu0_info_enable() argument
138 static void bootloader_check_wdt_reset(void) in bootloader_check_wdt_reset() argument
165 esp_err_t bootloader_init(void) in bootloader_init() argument
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dclk.c42 void esp_rtc_init(void) in esp_rtc_init() argument
58 __attribute__((weak)) void esp_clk_init(void) in esp_clk_init() argument
187 void rtc_clk_select_rtc_slow_clk(void) in rtc_clk_select_rtc_slow_clk() argument
198 __attribute__((weak)) void esp_perip_clk_init(void) in esp_perip_clk_init() argument
327 static void IRAM_ATTR NOINLINE_ATTR recalib_bbpll(void) in recalib_bbpll() argument
/hal_espressif-latest/components/hal/esp32/
Defuse_hal.c16 IRAM_ATTR uint32_t efuse_hal_get_major_chip_version(void) in efuse_hal_get_major_chip_version() argument
48 IRAM_ATTR uint32_t efuse_hal_get_minor_chip_version(void) in efuse_hal_get_minor_chip_version() argument
53 uint32_t efuse_hal_get_rated_freq_mhz(void) in efuse_hal_get_rated_freq_mhz() argument
87 void efuse_hal_read(void) in efuse_hal_read() argument
94 void efuse_hal_clear_program_registers(void) in efuse_hal_clear_program_registers() argument
/hal_espressif-latest/zephyr/esp32/src/
Dsoc_flash_init.c45 uint32_t get_chip_ver_pkg(void) in get_chip_ver_pkg() argument
50 void flash_update_id(void) in flash_update_id() argument
60 void flash_cs_timing_config(void) in flash_cs_timing_config() argument
200 int flash_get_wp_pin(void) in flash_get_wp_pin() argument
322 static void init_flash_configure(void) in init_flash_configure() argument
329 esp_err_t init_spi_flash(void) in init_spi_flash() argument
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dlp_aon_ll.h27 static inline uint32_t lp_aon_ll_ext1_get_wakeup_status(void) in lp_aon_ll_ext1_get_wakeup_status() argument
35 static inline void lp_aon_ll_ext1_clear_wakeup_status(void) in lp_aon_ll_ext1_clear_wakeup_status() argument
57 static inline void lp_aon_ll_ext1_clear_wakeup_pins(void) in lp_aon_ll_ext1_clear_wakeup_pins() argument
67 static inline uint32_t lp_aon_ll_ext1_get_wakeup_pins(void) in lp_aon_ll_ext1_get_wakeup_pins() argument
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dclk.c46 void esp_rtc_init(void) in esp_rtc_init() argument
59 __attribute__((weak)) void esp_clk_init(void) in esp_clk_init() argument
191 void rtc_clk_select_rtc_slow_clk(void) in rtc_clk_select_rtc_slow_clk() argument
202 __attribute__((weak)) void esp_perip_clk_init(void) in esp_perip_clk_init() argument
323 static void IRAM_ATTR NOINLINE_ATTR recalib_bbpll(void) in recalib_bbpll() argument
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Desp_ipc_isr.c61 void esp_ipc_isr_init(void) in esp_ipc_isr_init() argument
106 void IRAM_ATTR esp_ipc_isr_stall_other_cpu(void) in esp_ipc_isr_stall_other_cpu() argument
139 void IRAM_ATTR esp_ipc_isr_release_other_cpu(void) in esp_ipc_isr_release_other_cpu() argument
166 void IRAM_ATTR esp_ipc_isr_stall_pause(void) in esp_ipc_isr_stall_pause() argument
173 void IRAM_ATTR esp_ipc_isr_stall_abort(void) in esp_ipc_isr_stall_abort() argument
179 void IRAM_ATTR esp_ipc_isr_stall_resume(void) in esp_ipc_isr_stall_resume() argument

12345678910>>...35