Searched refs:SIG_GPIO_OUT_IDX (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | gpio_sig_map.h | 150 #define SIG_GPIO_OUT_IDX 128 macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | gpio_sig_map.h | 176 #define SIG_GPIO_OUT_IDX 128 macro
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | gpio_sig_map.h | 255 #define SIG_GPIO_OUT_IDX 128 macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | gpio_sig_map.h | 253 #define SIG_GPIO_OUT_IDX 128 macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | gpio_sig_map.h | 317 #define SIG_GPIO_OUT_IDX 256 macro
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | gpio_sig_map.h | 399 #define SIG_GPIO_OUT_IDX 256 macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | gpio_sig_map.h | 449 #define SIG_GPIO_OUT_IDX 256 macro
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | gpio_ll.h | 275 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | esp_psram_impl_quad.c | 595 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/ |
D | gpio_ll.h | 279 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | gpio_ll.h | 258 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | gpio_ll.h | 266 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | gpio_ll.h | 378 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | gpio_ll.h | 267 SIG_GPIO_OUT_IDX); in gpio_ll_output_disable()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | gpio_ll.h | 317 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/ |
D | gpio.c | 222 esp_rom_gpio_connect_out_signal(gpio_num, SIG_GPIO_OUT_IDX, false, false); in gpio_output_enable()
|