Home
last modified time | relevance | path

Searched refs:MCU_SEL (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dio_mux_reg.h71 #define MCU_SEL 0x7 macro
95 #define PIN_FUNC_SELECT(PIN_NAME, FUNC) REG_SET_FIELD(PIN_NAME, MCU_SEL, FUNC)
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dio_mux_reg.h71 #define MCU_SEL 0x7 macro
95 #define PIN_FUNC_SELECT(PIN_NAME, FUNC) REG_SET_FIELD(PIN_NAME, MCU_SEL, FUNC)
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dio_mux_reg.h71 #define MCU_SEL 0x7 macro
91 #define PIN_FUNC_SELECT(PIN_NAME, FUNC) REG_SET_FIELD(PIN_NAME, MCU_SEL, FUNC)
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dio_mux_reg.h71 #define MCU_SEL 0x7 macro
94 #define PIN_FUNC_SELECT(PIN_NAME, FUNC) REG_SET_FIELD(PIN_NAME, MCU_SEL, FUNC)
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dio_mux_reg.h70 #define MCU_SEL 0x7 macro
93 #define PIN_FUNC_SELECT(PIN_NAME, FUNC) REG_SET_FIELD(PIN_NAME, MCU_SEL, FUNC)
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/
Drtc_init.c232 SET_PERI_REG_BITS(PERIPHS_IO_MUX_XTAL_32K_P_U + 4 * gpio_no, MCU_SEL, mcu_sel, MCU_SEL_S); in dig_gpio_mcusel()
/hal_espressif-3.6.0/components/driver/
Dsdio_slave.c324 int func = REG_GET_FIELD(reg, MCU_SEL); in recover_pin()