Home
last modified time | relevance | path

Searched refs:DPORT_SPI2_RST (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/esp32/
Dsystem_api_esp32.c120 …DPORT_TIMERS_RST | DPORT_SPI01_RST | DPORT_SPI2_RST | DPORT_SPI3_RST | DPORT_SPI_DMA_RST | DPORT_U… in esp_restart_noos()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dclk_gate_ll.h148 return DPORT_SPI2_RST; in periph_ll_get_rst_en_mask()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Ddport_reg.h1010 #define DPORT_SPI2_RST (BIT(6)) macro