Searched refs:GPIO_FUNC0_OUT_SEL_CFG_REG (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_gpio.c | 24 REG_WRITE(GPIO_FUNC0_OUT_SEL_CFG_REG + (gpio_num * 4), value); in esp_rom_gpio_connect_out_signal()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_system_peripheral.c | 130 … #define N_REGS_IOMUX_1() (((GPIO_FUNC34_OUT_SEL_CFG_REG - GPIO_FUNC0_OUT_SEL_CFG_REG) / 4) + 1) in sleep_sys_periph_iomux_retention_init() 135 … #define N_REGS_IOMUX_1() (((GPIO_FUNC31_OUT_SEL_CFG_REG - GPIO_FUNC0_OUT_SEL_CFG_REG) / 4) + 1) in sleep_sys_periph_iomux_retention_init() 141 …MA_LINK_CONTINUOUS_INIT(REGDMA_IOMUX_LINK(0x01), GPIO_FUNC0_OUT_SEL_CFG_REG, GPIO_FUNC0_OUT_SEL_CF… in sleep_sys_periph_iomux_retention_init()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | gpio_ll.h | 274 REG_WRITE(GPIO_FUNC0_OUT_SEL_CFG_REG + (gpio_num * 4), in gpio_ll_output_disable()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | gpio_ll.h | 278 REG_WRITE(GPIO_FUNC0_OUT_SEL_CFG_REG + (gpio_num * 4), in gpio_ll_output_disable()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | gpio_ll.h | 257 REG_WRITE(GPIO_FUNC0_OUT_SEL_CFG_REG + (gpio_num * 4), in gpio_ll_output_disable()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | gpio_ll.h | 265 REG_WRITE(GPIO_FUNC0_OUT_SEL_CFG_REG + (gpio_num * 4), in gpio_ll_output_disable()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | gpio_ll.h | 377 REG_WRITE(GPIO_FUNC0_OUT_SEL_CFG_REG + (gpio_num * 4), in gpio_ll_output_disable()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | gpio_ll.h | 266 REG_WRITE(GPIO_FUNC0_OUT_SEL_CFG_REG + (gpio_num * 4), 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/soc/esp32c3/include/soc/ |
D | gpio_reg.h | 3890 #define GPIO_FUNC0_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x554) macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | gpio_reg.h | 4458 #define GPIO_FUNC0_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x554) macro
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | gpio_reg.h | 4992 #define GPIO_FUNC0_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x554) macro
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | gpio_reg.h | 5152 #define GPIO_FUNC0_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x554) macro
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | gpio_reg.h | 7073 #define GPIO_FUNC0_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0530) macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | gpio_reg.h | 7797 #define GPIO_FUNC0_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x554) macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | gpio_reg.h | 7794 #define GPIO_FUNC0_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x554) macro
|