/hal_espressif-latest/components/esp_system/port/arch/xtensa/ |
D | trax.c | 31 return ESP_ERR_NO_MEM; in trax_enable() 35 if (which == TRAX_ENA_PRO_APP || which == TRAX_ENA_PRO_APP_SWAP) return ESP_ERR_NO_MEM; in trax_enable() 79 return ESP_ERR_NO_MEM; in trax_start_trace() 98 return ESP_ERR_NO_MEM; in trax_trigger_traceend_after_delay()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_bt_main.c | 52 return ESP_ERR_NO_MEM; in esp_bluedroid_enable() 88 return ESP_ERR_NO_MEM; in esp_bluedroid_disable() 143 return ESP_ERR_NO_MEM; in esp_bluedroid_init() 189 return ESP_ERR_NO_MEM; in esp_bluedroid_deinit()
|
D | esp_bt_device.c | 43 return ESP_ERR_NO_MEM; in esp_bt_dev_set_device_name()
|
/hal_espressif-latest/components/esp_netif/lwip/netif/ |
D | wlanif.c | 108 if (ret == ESP_ERR_NO_MEM) { in low_level_output() 146 return ESP_NETIF_OPTIONAL_RETURN_CODE(ESP_ERR_NO_MEM); in wlanif_input() 154 return ESP_NETIF_OPTIONAL_RETURN_CODE(ESP_ERR_NO_MEM); in wlanif_input()
|
D | ethernetif.c | 101 if (ret == ESP_ERR_NO_MEM) { in ethernet_low_level_output() 136 return ESP_NETIF_OPTIONAL_RETURN_CODE(ESP_ERR_NO_MEM); in ethernetif_input()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_eap_client.c | 326 return ESP_ERR_NO_MEM; in eap_sm_send_eapol() 475 return ESP_ERR_NO_MEM; in eap_sm_rx_eapol() 481 return ESP_ERR_NO_MEM; in eap_sm_rx_eapol() 688 ret = ESP_ERR_NO_MEM; in eap_peer_sm_init() 696 ret = ESP_ERR_NO_MEM; in eap_peer_sm_init() 808 return ESP_ERR_NO_MEM; in esp_client_enable_fn() 968 return ESP_ERR_NO_MEM; in esp_eap_client_set_identity() 1001 return ESP_ERR_NO_MEM; in esp_eap_client_set_username() 1033 return ESP_ERR_NO_MEM; in esp_eap_client_set_password() 1064 return ESP_ERR_NO_MEM; in esp_eap_client_set_new_password() [all …]
|
D | esp_dpp.c | 47 ret = ESP_ERR_NO_MEM; in esp_dpp_post_evt() 495 return ESP_ERR_NO_MEM; in esp_supp_rx_action() 503 return ESP_ERR_NO_MEM; in esp_supp_rx_action() 631 ret = ESP_ERR_NO_MEM; in esp_supp_dpp_bootstrap_gen() 719 ret = ESP_ERR_NO_MEM; in esp_supp_dpp_init() 726 ret = ESP_ERR_NO_MEM; in esp_supp_dpp_init() 733 ret = ESP_ERR_NO_MEM; in esp_supp_dpp_init() 740 ret = ESP_ERR_NO_MEM; in esp_supp_dpp_init()
|
/hal_espressif-latest/components/spi_flash/ |
D | flash_mmap.c | 67 ret = ESP_ERR_NO_MEM; in spi_flash_mmap() 73 ret = ESP_ERR_NO_MEM; in spi_flash_mmap() 174 ret = ESP_ERR_NO_MEM; in spi_flash_mmap_pages() 183 ret = ESP_ERR_NO_MEM; in spi_flash_mmap_pages() 189 ret = ESP_ERR_NO_MEM; in spi_flash_mmap_pages()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_common_api.c | 38 return ESP_ERR_NO_MEM; in esp_ble_mesh_init() 81 return ESP_ERR_NO_MEM; in esp_ble_mesh_deinit()
|
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/ |
D | secure_boot_rsa_signature.c | 32 return ESP_ERR_NO_MEM; in verify_rsa_signature_block() 37 return ESP_ERR_NO_MEM; in verify_rsa_signature_block()
|
/hal_espressif-latest/components/esp_system/ |
D | freertos_hooks.c | 79 return ESP_ERR_NO_MEM; in esp_register_freertos_idle_hook_for_cpu() 101 return ESP_ERR_NO_MEM; in esp_register_freertos_tick_hook_for_cpu()
|
D | systick_etm.c | 32 ESP_GOTO_ON_FALSE(event, ESP_ERR_NO_MEM, err, TAG, "no memory for ETM event"); in esp_systick_new_etm_alarm_event()
|
D | esp_system.c | 33 return ESP_ERR_NO_MEM; in esp_register_shutdown_handler()
|
/hal_espressif-latest/components/esp_adc/esp32c2/ |
D | adc_cali_line_fitting.c | 67 ESP_RETURN_ON_FALSE(scheme, ESP_ERR_NO_MEM, TAG, "no mem for adc calibration scheme"); in adc_cali_create_scheme_line_fitting() 70 …ESP_GOTO_ON_FALSE(chars, ESP_ERR_NO_MEM, err, TAG, "no memory for the calibration characteristics"… in adc_cali_create_scheme_line_fitting()
|
/hal_espressif-latest/components/esp_event/host_test/esp_event_unit_test/main/ |
D | esp_event_test.cpp | 73 CHECK(ESP_ERR_NO_MEM == esp_event_loop_create(&loop_args, &loop)); 85 CHECK(ESP_ERR_NO_MEM == esp_event_loop_create(&loop_args, &loop));
|
/hal_espressif-latest/components/bt/porting/mem/ |
D | os_msys_init.c | 173 return ESP_ERR_NO_MEM; in os_msys_buf_alloc() 184 return ESP_ERR_NO_MEM; in os_msys_buf_alloc()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_modem.c | 71 return ESP_ERR_NO_MEM; in esp_register_mac_bb_pd_callback() 112 return ESP_ERR_NO_MEM; in esp_register_mac_bb_pu_callback() 242 err = ESP_ERR_NO_MEM; in sleep_modem_wifi_modem_state_init() 357 return ESP_ERR_NO_MEM; in esp_pm_register_inform_out_light_sleep_overhead_callback()
|
D | intr_alloc.c | 206 return ESP_ERR_NO_MEM; in esp_intr_mark_shared() 230 return ESP_ERR_NO_MEM; in esp_intr_reserve() 533 return ESP_ERR_NO_MEM; in esp_intr_alloc_intrstatus() 551 return ESP_ERR_NO_MEM; in esp_intr_alloc_intrstatus() 561 return ESP_ERR_NO_MEM; in esp_intr_alloc_intrstatus() 584 return ESP_ERR_NO_MEM; in esp_intr_alloc_intrstatus()
|
/hal_espressif-latest/components/esp_netif/ |
D | esp_netif_objects.c | 40 return ESP_ERR_NO_MEM; in esp_netif_list_lock() 66 return ESP_ERR_NO_MEM; in esp_netif_add_to_list()
|
/hal_espressif-latest/components/esp_hw_support/dma/ |
D | gdma_etm.c | 60 ESP_GOTO_ON_FALSE(event, ESP_ERR_NO_MEM, err, TAG, "no memory for ETM event"); in gdma_new_etm_event() 94 ESP_GOTO_ON_FALSE(task, ESP_ERR_NO_MEM, err, TAG, "no memory for ETM task"); in gdma_new_etm_task()
|
/hal_espressif-latest/components/esp_timer/src/ |
D | esp_timer_etm.c | 29 ESP_GOTO_ON_FALSE(event, ESP_ERR_NO_MEM, err, TAG, "no memory for ETM event"); in esp_timer_new_etm_alarm_event()
|
/hal_espressif-latest/components/esp_adc/ |
D | adc_continuous.c | 110 ret = ESP_ERR_NO_MEM; in adc_continuous_new_handle() 118 ret = ESP_ERR_NO_MEM; in adc_continuous_new_handle() 125 ret = ESP_ERR_NO_MEM; in adc_continuous_new_handle() 132 ret = ESP_ERR_NO_MEM; in adc_continuous_new_handle() 141 ret = ESP_ERR_NO_MEM; in adc_continuous_new_handle() 148 ret = ESP_ERR_NO_MEM; in adc_continuous_new_handle()
|
/hal_espressif-latest/components/esp_netif/vfs_l2tap/ |
D | esp_vfs_l2tap.c | 90 ESP_RETURN_ON_FALSE(l2tap_socket->rx_queue, ESP_ERR_NO_MEM, TAG, "create work queue failed"); in init_rx_queue() 102 return ESP_ERR_NO_MEM; in push_rx_queue() 448 ret = ESP_ERR_NO_MEM; in register_select() 476 ret = ESP_ERR_NO_MEM; in unregister_select() 523 return ESP_ERR_NO_MEM; in l2tap_start_select()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | adc_dma_legacy.c | 191 ret = ESP_ERR_NO_MEM; in adc_digi_initialize() 198 ret = ESP_ERR_NO_MEM; in adc_digi_initialize() 205 ret = ESP_ERR_NO_MEM; in adc_digi_initialize() 214 ret = ESP_ERR_NO_MEM; in adc_digi_initialize() 221 ret = ESP_ERR_NO_MEM; in adc_digi_initialize()
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_sntp.c | 96 … ESP_GOTO_ON_FALSE(s_storage != NULL, ESP_ERR_NO_MEM, err, TAG, "Failed to allocate SNTP storage"); in esp_netif_sntp_init() 99 …ESP_GOTO_ON_FALSE(s_storage->sync_sem != NULL, ESP_ERR_NO_MEM, err, TAG, "Failed to SNTP sync sema… in esp_netif_sntp_init()
|