Home
last modified time | relevance | path

Searched refs:ESP_GOTO_ON_ERROR (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/driver/gpio/
Dgpio_flex_glitch_filter.c135ESP_GOTO_ON_ERROR(gpio_filter_register_to_group(filter), err, TAG, "register filter to group faile… in gpio_new_flex_glitch_filter()
140ESP_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()
157ESP_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()
Dgpio_pin_glitch_filter.c96 ESP_GOTO_ON_ERROR(esp_pm_lock_create(lock_type, 0, filter->pm_lock_name, &filter->pm_lock), in gpio_new_pin_glitch_filter()
101ESP_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()
Ddedic_gpio.c160 ESP_GOTO_ON_ERROR(ret, err, TAG, "alloc interrupt failed"); in dedic_gpio_install_interrupt()
205ESP_GOTO_ON_ERROR(dedic_gpio_build_platform(core_id), err, TAG, "build platform %d failed", core_i… in dedic_gpio_new_bundle()
401ESP_GOTO_ON_ERROR(dedic_gpio_install_interrupt(core_id), err, TAG, "allocate interrupt on core %d … in dedic_gpio_bundle_set_interrupt_and_callback()
Dgpio_etm.c168ESP_GOTO_ON_ERROR(gpio_etm_event_register_to_group(event), err, TAG, "register event channel to gr… in gpio_new_etm_event()
212ESP_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/
Dtouch_sensor.c339ESP_GOTO_ON_ERROR(esp_timer_stop(s_touch_pad_filter->timer), err, TOUCH_TAG, "failed to stop the t… in touch_pad_deinit()
340ESP_GOTO_ON_ERROR(esp_timer_delete(s_touch_pad_filter->timer), err, TOUCH_TAG, "failed to delete t… in touch_pad_deinit()
429ESP_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()
430ESP_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()
478ESP_GOTO_ON_ERROR(esp_timer_start_periodic(s_touch_pad_filter->timer, filter_period_ms * 1000), in touch_pad_filter_start()
515ESP_GOTO_ON_ERROR(esp_timer_stop(s_touch_pad_filter->timer), err, TOUCH_TAG, "failed to stop the t… in touch_pad_filter_delete()
516ESP_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/
Desp_check.h42 #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/
Desp_netif_sntp.c109ESP_GOTO_ON_ERROR(esp_event_handler_register(IP_EVENT, config->ip_event_to_renew, esp_netif_sntp_r… in esp_netif_sntp_init()
118ESP_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/
Dadc_filter.c102ESP_GOTO_ON_ERROR(s_adc_filter_claim(handle, filter_ctx, config->unit), err, TAG, "filter already … in adc_new_continuous_iir_filter()
104ESP_GOTO_ON_ERROR(s_adc_filter_claim(handle, filter_ctx, config->unit), err, TAG, "no free filter"… in adc_new_continuous_iir_filter()
Dadc_oneshot.c106ESP_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/
Dxt_wdt.c65ESP_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/
Dnan_app.c638 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/
Dgdma.c404ESP_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()
440ESP_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()
Desp_async_memcpy.c89 ESP_GOTO_ON_ERROR(ret, err, TAG, "DMA M2M init failed"); in esp_async_memcpy_install()
/hal_espressif-latest/components/esp_hw_support/
Desp_etm.c187 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/
Di2s_legacy.c1597 ESP_GOTO_ON_ERROR(i2s_config_transfer(i2s_num, i2s_config), err, TAG, "I2S install failed"); in i2s_driver_install()
1603ESP_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/
Duart.c1591 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()