Home
last modified time | relevance | path

Searched refs:PERIPHS_IO_MUX_SPICLK_U (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h531 #define PERIPHS_IO_MUX_SPICLK_U (DR_REG_IO_MUX_BASE + 0x60) macro
539 #define PERIPHS_IO_MUX_SPICLK_U (DR_REG_IO_MUX_BASE + 0x7c) macro
547 #define PERIPHS_IO_MUX_SPICLK_U (DR_REG_IO_MUX_BASE + 0x40) macro
555 #define PERIPHS_IO_MUX_SPICLK_U (DR_REG_IO_MUX_BASE + 0x7c) macro
563 #define PERIPHS_IO_MUX_SPICLK_U (DR_REG_IO_MUX_BASE + 0x40) macro
571 #define PERIPHS_IO_MUX_SPICLK_U (DR_REG_IO_MUX_BASE + 0x78) macro
579 #define PERIPHS_IO_MUX_SPICLK_U (DR_REG_IO_MUX_BASE + 0x50) macro
587 #define PERIPHS_IO_MUX_SPICLK_U (DR_REG_IO_MUX_BASE + 0x7c) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dio_mux_reg.h111 #define IO_MUX_GPIO15_REG PERIPHS_IO_MUX_SPICLK_U
240 #define PERIPHS_IO_MUX_SPICLK_U (REG_IO_MUX_BASE +0x40) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dio_mux_reg.h112 #define IO_MUX_GPIO15_REG PERIPHS_IO_MUX_SPICLK_U
233 #define PERIPHS_IO_MUX_SPICLK_U (REG_IO_MUX_BASE + 0x40) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dio_mux_reg.h123 #define IO_MUX_GPIO29_REG PERIPHS_IO_MUX_SPICLK_U
302 #define PERIPHS_IO_MUX_SPICLK_U (REG_IO_MUX_BASE + 0x78) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dio_mux_reg.h135 #define IO_MUX_GPIO19_REG PERIPHS_IO_MUX_SPICLK_U
269 #define PERIPHS_IO_MUX_SPICLK_U (REG_IO_MUX_BASE + 0x50) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dio_mux_reg.h120 #define IO_MUX_GPIO30_REG PERIPHS_IO_MUX_SPICLK_U
331 #define PERIPHS_IO_MUX_SPICLK_U (REG_IO_MUX_BASE +0x7c) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dio_mux_reg.h121 #define IO_MUX_GPIO30_REG PERIPHS_IO_MUX_SPICLK_U
321 #define PERIPHS_IO_MUX_SPICLK_U (REG_IO_MUX_BASE +0x7c) macro
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_commands.c194 PIN_FUNC_SELECT(PERIPHS_IO_MUX_SPICLK_U, FUNC_GPIO); in handle_spi_attach()