Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dsystem_internal.c123 …RT_SPI3_RST | DPORT_SPI_DMA_RST | DPORT_UART_RST | DPORT_UART1_RST | DPORT_UART2_RST | DPORT_UART_… in esp_restart_noos()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dclk_gate_ll.h112 return DPORT_UART2_RST; in periph_ll_get_rst_en_mask()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h992 #define DPORT_UART2_RST (BIT(23)) macro