Home
last modified time | relevance | path

Searched refs:DPORT_UART_RST (Results 1 – 7 of 7) 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/esp_system/port/soc/esp32/
Dsystem_internal.c49 DPORT_SPI_DMA_RST | DPORT_UART_RST | DPORT_UART1_RST | DPORT_UART2_RST | in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h103 return DPORT_UART_RST; in periph_ll_get_rst_en_mask()
Duart_ll.h67 uint32_t uart_rst_bit = ((uart_num == 0) ? DPORT_UART_RST : in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_gate_ll.h103 return DPORT_UART_RST; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h583 #define DPORT_UART_RST (BIT(2)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h1003 #define DPORT_UART_RST (BIT(2)) macro