| /hal_espressif-latest/components/driver/gpio/ |
| D | gpio_flex_glitch_filter.c | 135 …ESP_GOTO_ON_ERROR(gpio_filter_register_to_group(filter), err, TAG, "register filter to group faile… in gpio_new_flex_glitch_filter() 140 …ESP_GOTO_ON_ERROR(esp_clk_tree_src_get_freq_hz((soc_module_clk_t)config->clk_src, ESP_CLK_TREE_SRC… in gpio_new_flex_glitch_filter() 147 ESP_GOTO_ON_ERROR(esp_pm_lock_create(lock_type, 0, filter->pm_lock_name, &filter->pm_lock), in gpio_new_flex_glitch_filter() 157 …ESP_GOTO_ON_ERROR(io_mux_set_clock_source((soc_module_clk_t)(config->clk_src)), err, TAG, "set IO … in gpio_new_flex_glitch_filter()
|
| D | gpio_pin_glitch_filter.c | 96 ESP_GOTO_ON_ERROR(esp_pm_lock_create(lock_type, 0, filter->pm_lock_name, &filter->pm_lock), in gpio_new_pin_glitch_filter() 101 …ESP_GOTO_ON_ERROR(io_mux_set_clock_source((soc_module_clk_t)(config->clk_src)), err, TAG, "set IO … in gpio_new_pin_glitch_filter()
|
| D | dedic_gpio.c | 160 ESP_GOTO_ON_ERROR(ret, err, TAG, "alloc interrupt failed"); in dedic_gpio_install_interrupt() 205 …ESP_GOTO_ON_ERROR(dedic_gpio_build_platform(core_id), err, TAG, "build platform %d failed", core_i… in dedic_gpio_new_bundle() 401 …ESP_GOTO_ON_ERROR(dedic_gpio_install_interrupt(core_id), err, TAG, "allocate interrupt on core %d … in dedic_gpio_bundle_set_interrupt_and_callback()
|
| D | gpio_etm.c | 168 …ESP_GOTO_ON_ERROR(gpio_etm_event_register_to_group(event), err, TAG, "register event channel to gr… in gpio_new_etm_event() 212 …ESP_GOTO_ON_ERROR(gpio_etm_task_register_to_group(task), err, TAG, "register task channel to group… in gpio_new_etm_task()
|
| /hal_espressif-latest/components/driver/touch_sensor/esp32/ |
| D | touch_sensor.c | 339 …ESP_GOTO_ON_ERROR(esp_timer_stop(s_touch_pad_filter->timer), err, TOUCH_TAG, "failed to stop the t… in touch_pad_deinit() 340 …ESP_GOTO_ON_ERROR(esp_timer_delete(s_touch_pad_filter->timer), err, TOUCH_TAG, "failed to delete t… in touch_pad_deinit() 429 …ESP_GOTO_ON_ERROR(esp_timer_stop(s_touch_pad_filter->timer), err, TOUCH_TAG, "failed to stop the t… in touch_pad_set_filter_period() 430 …ESP_GOTO_ON_ERROR(esp_timer_start_periodic(s_touch_pad_filter->timer, new_period_ms * 1000), err, … in touch_pad_set_filter_period() 474 ESP_GOTO_ON_ERROR(esp_timer_create(&timer_cfg, &(s_touch_pad_filter->timer)), in touch_pad_filter_start() 478 … ESP_GOTO_ON_ERROR(esp_timer_start_periodic(s_touch_pad_filter->timer, filter_period_ms * 1000), in touch_pad_filter_start() 515 …ESP_GOTO_ON_ERROR(esp_timer_stop(s_touch_pad_filter->timer), err, TOUCH_TAG, "failed to stop the t… in touch_pad_filter_delete() 516 …ESP_GOTO_ON_ERROR(esp_timer_delete(s_touch_pad_filter->timer), err, TOUCH_TAG, "failed to delete t… in touch_pad_filter_delete()
|
| /hal_espressif-latest/components/esp_common/include/ |
| D | esp_check.h | 42 #define ESP_GOTO_ON_ERROR(x, goto_tag, log_tag, format, ...) do { \ macro 144 #define ESP_GOTO_ON_ERROR(x, goto_tag, log_tag, format, ...) do { … 237 #define ESP_GOTO_ON_ERROR(x, goto_tag, log_tag, format, ...) do { \
|
| /hal_espressif-latest/components/esp_netif/lwip/ |
| D | esp_netif_sntp.c | 109 …ESP_GOTO_ON_ERROR(esp_event_handler_register(IP_EVENT, config->ip_event_to_renew, esp_netif_sntp_r… in esp_netif_sntp_init() 118 …ESP_GOTO_ON_ERROR(esp_netif_tcpip_exec(sntp_init_api, (void*)config), err, TAG, "Failed initialize… in esp_netif_sntp_init()
|
| /hal_espressif-latest/components/esp_adc/ |
| D | adc_filter.c | 102 …ESP_GOTO_ON_ERROR(s_adc_filter_claim(handle, filter_ctx, config->unit), err, TAG, "filter already … in adc_new_continuous_iir_filter() 104 …ESP_GOTO_ON_ERROR(s_adc_filter_claim(handle, filter_ctx, config->unit), err, TAG, "no free filter"… in adc_new_continuous_iir_filter()
|
| D | adc_oneshot.c | 106 …ESP_GOTO_ON_ERROR(esp_clk_tree_src_get_freq_hz(clk_src, ESP_CLK_TREE_SRC_FREQ_PRECISION_CACHED, &c… in adc_oneshot_new_unit()
|
| /hal_espressif-latest/components/esp_system/ |
| D | xt_wdt.c | 65 …ESP_GOTO_ON_ERROR(rtc_isr_register(rtc_xt_wdt_default_isr_handler, NULL, XT_WDT_LL_XTAL32_DEAD_INT… in esp_xt_wdt_init()
|
| /hal_espressif-latest/components/esp_wifi/wifi_apps/src/ |
| D | nan_app.c | 638 ESP_GOTO_ON_ERROR(esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_NAN_SVC_MATCH, in nan_set_app_default_handlers() 641 ESP_GOTO_ON_ERROR(esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_NAN_REPLIED, in nan_set_app_default_handlers() 644 ESP_GOTO_ON_ERROR(esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_NAN_RECEIVE, in nan_set_app_default_handlers() 647 ESP_GOTO_ON_ERROR(esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_NDP_INDICATION, in nan_set_app_default_handlers() 650 ESP_GOTO_ON_ERROR(esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_NDP_CONFIRM, in nan_set_app_default_handlers() 653 ESP_GOTO_ON_ERROR(esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_NDP_TERMINATED, in nan_set_app_default_handlers() 656 ESP_GOTO_ON_ERROR(esp_event_handler_register(IP_EVENT, IP_EVENT_GOT_IP6, in nan_set_app_default_handlers()
|
| /hal_espressif-latest/components/esp_hw_support/dma/ |
| D | gdma.c | 404 …ESP_GOTO_ON_ERROR(gdma_install_tx_interrupt(tx_chan), err, TAG, "install interrupt service failed"… in gdma_register_tx_event_callbacks() 414 ESP_GOTO_ON_ERROR(esp_intr_enable(dma_chan->intr), err, TAG, "enable interrupt failed"); in gdma_register_tx_event_callbacks() 440 …ESP_GOTO_ON_ERROR(gdma_install_rx_interrupt(rx_chan), err, TAG, "install interrupt service failed"… in gdma_register_rx_event_callbacks() 450 ESP_GOTO_ON_ERROR(esp_intr_enable(dma_chan->intr), err, TAG, "enable interrupt failed"); in gdma_register_rx_event_callbacks() 787 ESP_GOTO_ON_ERROR(ret, err, TAG, "alloc interrupt failed"); in gdma_install_rx_interrupt() 814 ESP_GOTO_ON_ERROR(ret, err, TAG, "alloc interrupt failed"); in gdma_install_tx_interrupt()
|
| D | esp_async_memcpy.c | 89 ESP_GOTO_ON_ERROR(ret, err, TAG, "DMA M2M init failed"); in esp_async_memcpy_install()
|
| /hal_espressif-latest/components/esp_hw_support/ |
| D | esp_etm.c | 187 ESP_GOTO_ON_ERROR(etm_chan_register_to_group(chan), err, TAG, "register channel failed"); in esp_etm_new_channel()
|
| /hal_espressif-latest/components/driver/deprecated/ |
| D | i2s_legacy.c | 1597 ESP_GOTO_ON_ERROR(i2s_config_transfer(i2s_num, i2s_config), err, TAG, "I2S install failed"); in i2s_driver_install() 1603 …ESP_GOTO_ON_ERROR(i2s_init_legacy(i2s_num, i2s_config->intr_alloc_flags), err, TAG, "I2S init fail… in i2s_driver_install() 1616 ESP_GOTO_ON_ERROR(i2s_start(i2s_num), err, TAG, "I2S start failed"); in i2s_driver_install()
|
| /hal_espressif-latest/components/driver/uart/ |
| D | uart.c | 1591 ESP_GOTO_ON_ERROR(ret, err, UART_TAG, "Could not allocate an interrupt for UART"); in uart_driver_install() 1594 ESP_GOTO_ON_ERROR(ret, err, UART_TAG, "Could not configure the interrupt for UART"); in uart_driver_install()
|