Searched refs:DPORT_UART_RST (Results 1 – 7 of 7) sorted by relevance
50 DPORT_SPI2_DMA_RST | DPORT_SPI3_DMA_RST | DPORT_UART_RST); in esp_system_reset_modules_on_exit()
49 DPORT_SPI_DMA_RST | DPORT_UART_RST | DPORT_UART1_RST | DPORT_UART2_RST | in esp_system_reset_modules_on_exit()
103 return DPORT_UART_RST; in periph_ll_get_rst_en_mask()
67 uint32_t uart_rst_bit = ((uart_num == 0) ? DPORT_UART_RST : in uart_ll_is_enabled()
583 #define DPORT_UART_RST (BIT(2)) macro
1003 #define DPORT_UART_RST (BIT(2)) macro