Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dsystem_internal.c50 DPORT_SPI2_DMA_RST | DPORT_SPI3_DMA_RST | DPORT_UART_RST); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h135 return DPORT_SPI3_DMA_RST; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h433 #define DPORT_SPI3_DMA_RST (BIT(27)) macro