Home
last modified time | relevance | path

Searched refs:DPORT_HOST_INF_SEL_REG (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c279 DPORT_SET_PERI_REG_MASK(DPORT_HOST_INF_SEL_REG, 1 << 14); in psram_cmd_recv_start()
284 DPORT_CLEAR_PERI_REG_MASK(DPORT_HOST_INF_SEL_REG, 1 << 14); in psram_cmd_recv_start()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h932 #define DPORT_HOST_INF_SEL_REG (DR_REG_DPORT_BASE + 0x0BC) macro