Home
last modified time | relevance | path

Searched refs:gpio_config (Results 1 – 25 of 55) sorted by relevance

123

/hal_espressif-3.5.0/components/driver/test/
Dtest_gpio.c141 gpio_config(&io_config); in sleep_wake_up()
151 gpio_config(&io_config); in trigger_wake_up()
176 TEST_ESP_OK(gpio_config(&pad_io)); in drive_capability_set_get()
194 TEST_ASSERT(gpio_config(&io_config) == ESP_ERR_INVALID_ARG);
198 TEST_ASSERT(gpio_config(&io_config) == ESP_ERR_INVALID_ARG);
202 TEST_ASSERT(gpio_config(&io_config) == ESP_ERR_INVALID_ARG);
205 TEST_ESP_OK(gpio_config(&io_config));
211 TEST_ESP_OK(gpio_config(&io_config));
214 TEST_ASSERT(gpio_config(&io_config) == ESP_ERR_INVALID_ARG);
229 TEST_ESP_OK(gpio_config(&output_io));
[all …]
Dtest_dedicated_gpio.c79 gpio_config(&io_conf); in test_dedic_gpio_on_specific_core()
97 gpio_config(&io_conf); in test_dedic_gpio_on_specific_core()
184 gpio_config(&io_conf);
Dtest_adc2_with_wifi.c161 gpio_config(&gpio_cfg);
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/
Dgpio_pcm_config.c39 gpio_config(&io_conf); in app_gpio_pcm_io_cfg()
52 gpio_config(&io_conf); in app_gpio_pcm_io_cfg()
82 gpio_config(&io_conf); in app_gpio_aec_io_cfg()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dgpio_pcm_config.c39 gpio_config(&io_conf); in app_gpio_pcm_io_cfg()
52 gpio_config(&io_conf); in app_gpio_pcm_io_cfg()
82 gpio_config(&io_conf); in app_gpio_aec_io_cfg()
/hal_espressif-3.5.0/examples/peripherals/gpio/generic_gpio/main/
Dgpio_example_main.c75 gpio_config(&io_conf); in app_main()
85 gpio_config(&io_conf); in app_main()
/hal_espressif-3.5.0/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/
Dmain.c178 gpio_config(&io_output_conf); in uart_gpio_set()
187 gpio_config(&io_input_conf); in uart_gpio_set()
/hal_espressif-3.5.0/examples/peripherals/rmt/step_motor/components/step_motor/src/
Dstep_motor_driver_io_a4988.c35 ESP_ERROR_CHECK(gpio_config(&io_conf)); in a4988_init()
132 ESP_ERROR_CHECK(gpio_config(&io_conf)); in a4988_deinit()
/hal_espressif-3.5.0/examples/system/light_sleep/main/
Dlight_sleep_example_main.c44 ESP_ERROR_CHECK(gpio_config(&config)); in app_main()
/hal_espressif-3.5.0/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/src/
Dmatrix_keyboard.c124 gpio_config(&io_conf); in matrix_kbd_install()
140 gpio_config(&io_conf); in matrix_kbd_install()
/hal_espressif-3.5.0/docs/zh_CN/api-guides/
Dunit-tests-legacy.rst60 gpio_config(&slave_config);
71 gpio_config(&master_config);
Dunit-tests.rst60 gpio_config(&slave_config);
71 gpio_config(&master_config);
/hal_espressif-3.5.0/examples/peripherals/sdio/host/main/
Dapp_main.c126 gpio_config(&d2_config); in gpio_d2_set_high()
284 gpio_config(&cfg); in slave_power_on()
/hal_espressif-3.5.0/examples/peripherals/spi_slave/receiver/main/
Dapp_main.c129 gpio_config(&io_conf); in app_main()
/hal_espressif-3.5.0/components/driver/
Dsdspi_host.c249 gpio_config(&config); in deinit_slot()
334 ret = gpio_config(&io_conf); in sdspi_host_init_device()
363 ret = gpio_config(&io_conf); in sdspi_host_init_device()
378 ret = gpio_config(&io_conf); in sdspi_host_init_device()
/hal_espressif-3.5.0/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/main/
Dmcpwm_capture_hc_sr04.c112 ESP_ERROR_CHECK(gpio_config(&io_conf)); in app_main()
/hal_espressif-3.5.0/examples/peripherals/spi_slave/sender/main/
Dapp_main.c154 gpio_config(&io_conf); in app_main()
/hal_espressif-3.5.0/examples/peripherals/lcd/tjpgd/main/
Dlcd_tjpgd_example_main.c91 ESP_ERROR_CHECK(gpio_config(&bk_gpio_config)); in app_main()
/hal_espressif-3.5.0/components/driver/include/driver/
Dgpio.h69 esp_err_t gpio_config(const gpio_config_t *pGPIOConfig);
/hal_espressif-3.5.0/examples/peripherals/lcd/lvgl/main/
Dlvgl_example_main.c86 ESP_ERROR_CHECK(gpio_config(&bk_gpio_config)); in app_main()
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/
Ddedic_gpio.rst40 gpio_config(&io_conf);
56 …o configure the GPIO separately using GPIO driver API (e.g. :cpp:func:`gpio_config`). For more inf…
/hal_espressif-3.5.0/components/esp_lcd/test/
Dtest_i80_lcd_panel.c340 TEST_ESP_OK(gpio_config(&bk_gpio_config));
433 TEST_ESP_OK(gpio_config(&bk_gpio_config));
/hal_espressif-3.5.0/examples/peripherals/mcpwm/mcpwm_sync_example/main/
Dmcpwm_sync_example.c80 ESP_ERROR_CHECK(gpio_config(&io_conf)); in app_main()
/hal_espressif-3.5.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c192 ESP_ERROR_CHECK(gpio_config(&config)); in app_main()
/hal_espressif-3.5.0/examples/system/ota/native_ota_example/main/
Dnative_ota_example.c263 gpio_config(&io_conf); in diagnostic()

123