Home
last modified time | relevance | path

Searched refs:MCU_SEL_S (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dio_mux_reg.h72 #define MCU_SEL_M (MCU_SEL_V << MCU_SEL_S)
74 #define MCU_SEL_S 12 macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dio_mux_reg.h72 #define MCU_SEL_M (MCU_SEL_V << MCU_SEL_S)
74 #define MCU_SEL_S 12 macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dio_mux_reg.h72 #define MCU_SEL_M (MCU_SEL_V << MCU_SEL_S)
74 #define MCU_SEL_S 12 macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dio_mux_reg.h72 #define MCU_SEL_M (MCU_SEL_V << MCU_SEL_S)
74 #define MCU_SEL_S 12 macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dio_mux_reg.h71 #define MCU_SEL_M (MCU_SEL_V << MCU_SEL_S)
73 #define MCU_SEL_S 12 macro
/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()