Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dgpio_sig_map.h150 #define SIG_GPIO_OUT_IDX 128 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dgpio_sig_map.h176 #define SIG_GPIO_OUT_IDX 128 macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dgpio_sig_map.h255 #define SIG_GPIO_OUT_IDX 128 macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dgpio_sig_map.h253 #define SIG_GPIO_OUT_IDX 128 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dgpio_sig_map.h317 #define SIG_GPIO_OUT_IDX 256 macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dgpio_sig_map.h399 #define SIG_GPIO_OUT_IDX 256 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dgpio_sig_map.h449 #define SIG_GPIO_OUT_IDX 256 macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dgpio_ll.h275 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c595 esp_rom_gpio_connect_out_signal(D0WD_PSRAM_CS_IO, SIG_GPIO_OUT_IDX, 0, 0); in psram_2t_mode_enable()
1011 esp_rom_gpio_connect_out_signal(PSRAM_INTERNAL_IO_28, SIG_GPIO_OUT_IDX, 0, 0); in esp_psram_impl_enable()
1012 esp_rom_gpio_connect_out_signal(PSRAM_INTERNAL_IO_29, SIG_GPIO_OUT_IDX, 0, 0); in esp_psram_impl_enable()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dgpio_ll.h279 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dgpio_ll.h258 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dgpio_ll.h266 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dgpio_ll.h378 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dgpio_ll.h267 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgpio_ll.h317 REG_WRITE(GPIO_FUNC0_OUT_SEL_CFG_REG + (gpio_num * 4), SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
/hal_espressif-latest/components/driver/gpio/
Dgpio.c222 esp_rom_gpio_connect_out_signal(gpio_num, SIG_GPIO_OUT_IDX, false, false); in gpio_output_enable()