Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dio_mux_reg.h146 #define PIN_CTRL (REG_IO_MUX_BASE +0x00) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dio_mux_reg.h146 #define PIN_CTRL (REG_IO_MUX_BASE +0x00) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dio_mux_reg.h102 #define PIN_CTRL (DR_REG_IO_MUX_BASE +0x00) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dio_mux_reg.h166 #define PIN_CTRL (REG_IO_MUX_BASE +0x00) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dio_mux_reg.h172 #define PIN_CTRL (REG_IO_MUX_BASE +0x00) macro
/hal_espressif-3.6.0/components/driver/
Di2s.c255 WRITE_PERI_REG(PIN_CTRL, is_i2s0 ? 0xFFF0 : 0xFFFF); in i2s_check_set_mclk()
258 WRITE_PERI_REG(PIN_CTRL, is_i2s0 ? 0xF0F0 : 0xF0FF); in i2s_check_set_mclk()
261 WRITE_PERI_REG(PIN_CTRL, is_i2s0 ? 0xFF00 : 0xFF0F); in i2s_check_set_mclk()
/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth_mac_esp.c557 REG_SET_FIELD(PIN_CTRL, CLK_OUT1, 6); in esp_emac_config_data_interface()