Home
last modified time | relevance | path

Searched refs:SIG_GPIO_OUT_IDX (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Dgpio_sig_map.h183 #define SIG_GPIO_OUT_IDX 128 macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Dgpio_sig_map.h194 #define SIG_GPIO_OUT_IDX 128 macro
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dgpio_sig_map.h317 #define SIG_GPIO_OUT_IDX 256 macro
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dgpio_sig_map.h399 #define SIG_GPIO_OUT_IDX 256 macro
/hal_espressif-3.4.0/components/sdmmc/test/
Dtest_sd.c565 esp_rom_gpio_connect_out_signal(gpio_cd_num, SIG_GPIO_OUT_IDX, false, false); in test_cd_input()
589 esp_rom_gpio_connect_out_signal(gpio_wp_num, SIG_GPIO_OUT_IDX, false, false); in test_wp_input()
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/
Dgpio_ll.h199 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-3.4.0/components/hal/esp32s3/include/hal/
Dgpio_ll.h204 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dgpio_sig_map.h457 #define SIG_GPIO_OUT_IDX 256 macro
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c577 esp_rom_gpio_connect_out_signal(D0WD_PSRAM_CS_IO, SIG_GPIO_OUT_IDX, 0, 0); in psram_2t_mode_enable()
987 esp_rom_gpio_connect_out_signal(PSRAM_INTERNAL_IO_28, SIG_GPIO_OUT_IDX, 0, 0); in psram_enable()
988 esp_rom_gpio_connect_out_signal(PSRAM_INTERNAL_IO_29, SIG_GPIO_OUT_IDX, 0, 0); in psram_enable()
/hal_espressif-3.4.0/components/hal/esp32c3/include/hal/
Dgpio_ll.h196 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-3.4.0/components/hal/esp32h2/include/hal/
Dgpio_ll.h206 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-3.4.0/components/hal/esp32/include/hal/
Dgpio_ll.h332 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-3.4.0/components/esp_lcd/src/
Desp_lcd_rgb_panel.c434 … esp_rom_gpio_connect_out_signal(panel_config->disp_gpio_num, SIG_GPIO_OUT_IDX, false, false); in lcd_rgb_panel_configure_gpio()
Desp_lcd_panel_io_i80.c561 … esp_rom_gpio_connect_out_signal(cur_device->cs_gpio_num, SIG_GPIO_OUT_IDX, false, false); in lcd_i80_switch_devices()
/hal_espressif-3.4.0/components/driver/
Dgpio.c206 esp_rom_gpio_connect_out_signal(gpio_num, SIG_GPIO_OUT_IDX, false, false); in gpio_output_enable()