Home
last modified time | relevance | path

Searched defs:out_handle (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/main/
Desp_timer_test.cpp58 esp_timer_handle_t out_handle; member
63 …_create_callback(const esp_timer_create_args_t* create_args, esp_timer_handle_t* out_handle, int c… in cmock_timer_create_callback()
/hal_espressif-3.4.0/components/mdns/host_test/components/esp_timer_linux/
Desp_timer_linux.c26 esp_timer_handle_t* out_handle) in esp_timer_create()
/hal_espressif-3.4.0/examples/peripherals/touch_sensor/touch_element/touch_slider/main/
Dtouch_slider_example_main.c65 void slider_handler(touch_slider_handle_t out_handle, touch_slider_message_t *out_message, void *ar… in slider_handler()
/hal_espressif-3.4.0/components/mqtt/test/
Dtest_mqtt.c42 spi_flash_mmap_handle_t out_handle; in this_bin_addr() local
/hal_espressif-3.4.0/examples/peripherals/touch_sensor/touch_element/touch_button/main/
Dtouch_button_example_main.c79 static void button_handler(touch_button_handle_t out_handle, touch_button_message_t *out_message, v… in button_handler()
/hal_espressif-3.4.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c71 void matrix_handler(touch_matrix_handle_t out_handle, touch_matrix_message_t *out_message, void *ar… in matrix_handler()
/hal_espressif-3.4.0/examples/protocols/mqtt/ssl/main/
Dapp_main.c42 spi_flash_mmap_handle_t out_handle; in send_binary() local
/hal_espressif-3.4.0/components/spi_flash/
Dflash_mmap.c137 const void** out_ptr, spi_flash_mmap_handle_t* out_handle) in spi_flash_mmap()
167 const void** out_ptr, spi_flash_mmap_handle_t* out_handle) in spi_flash_mmap_pages()
Dpartition.c556 const void** out_ptr, spi_flash_mmap_handle_t* out_handle) in esp_partition_mmap()
/hal_espressif-3.4.0/components/esp_pm/
Dpm_locks.c58 const char* name, esp_pm_lock_handle_t* out_handle) in esp_pm_lock_create()
/hal_espressif-3.4.0/components/spi_flash/sim/
Dflash_mock.cpp55 const void** out_ptr, spi_flash_mmap_handle_t* out_handle) in spi_flash_mmap()
/hal_espressif-3.4.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.c44 esp_timer_handle_t* out_handle) in esp_timer_create()
/hal_espressif-3.4.0/components/wear_levelling/
Dwear_levelling.cpp62 esp_err_t wl_mount(const esp_partition_t *partition, wl_handle_t *out_handle) in wl_mount()
/hal_espressif-3.4.0/components/touch_element/test/
Dtest_touch_matrix.c433 static void test_matrix_change_lp_handler(touch_matrix_handle_t out_handle, touch_matrix_message_t … in test_matrix_change_lp_handler()
/hal_espressif-3.4.0/components/nvs_flash/src/
Dnvs_api.cpp279 …ition(const char *part_name, const char* name, nvs_open_mode_t open_mode, nvs_handle_t *out_handle) in nvs_open_from_partition()
300 extern "C" esp_err_t nvs_open(const char* name, nvs_open_mode_t open_mode, nvs_handle_t *out_handle) in nvs_open()
/hal_espressif-3.4.0/components/esp_timer/src/
Desp_timer.c129 esp_timer_handle_t* out_handle) in esp_timer_create()
/hal_espressif-3.4.0/components/esp_serial_slave_link/
Dessl_sdio.c100 esp_err_t essl_sdio_init_dev(essl_handle_t *out_handle, const essl_sdio_config_t *config) in essl_sdio_init_dev()
Dessl_spi.c265 esp_err_t essl_spi_init_dev(essl_handle_t *out_handle, const essl_spi_config_t *init_config) in essl_spi_init_dev()
/hal_espressif-3.4.0/components/driver/
Dsdspi_host.c305 …_t sdspi_host_init_device(const sdspi_device_config_t* slot_config, sdspi_dev_handle_t* out_handle) in sdspi_host_init_device()
/hal_espressif-3.4.0/components/app_update/
Desp_ota_ops.c113 …_t esp_ota_begin(const esp_partition_t *partition, size_t image_size, esp_ota_handle_t *out_handle) in esp_ota_begin()
/hal_espressif-3.4.0/components/driver/test/
Dtest_sdio.c153 static void init_essl(essl_handle_t *out_handle, const sdio_test_config_t *conf) in init_essl()
/hal_espressif-3.4.0/components/esp_wifi/esp32c3/
Desp_adapter.c459 static esp_err_t nvs_open_wrapper(const char* name, uint32_t open_mode, nvs_handle_t *out_handle) in nvs_open_wrapper()
/hal_espressif-3.4.0/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c565 int32_t nvs_open(const char *name, uint32_t open_mode, uint32_t *out_handle) in nvs_open()
/hal_espressif-3.4.0/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c649 int32_t nvs_open(const char *name, uint32_t open_mode, uint32_t *out_handle) in nvs_open()
/hal_espressif-3.4.0/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c572 int32_t nvs_open(const char *name, uint32_t open_mode, uint32_t *out_handle) in nvs_open()

12