Searched refs:SYSTEM_UART_RST (Results 1 – 12 of 12) sorted by relevance
42 SYSTEM_SPI01_RST | SYSTEM_UART_RST | SYSTEM_SYSTIMER_RST); in esp_system_reset_modules_on_exit()
50 SYSTEM_TIMERS_RST | SYSTEM_SPI01_RST | SYSTEM_UART_RST | SYSTEM_SYSTIMER_RST); in esp_system_reset_modules_on_exit()
50 SYSTEM_TIMERS_RST | SYSTEM_SPI01_RST | SYSTEM_UART_RST | SYSTEM_SYSTIMER_RST | in esp_system_reset_modules_on_exit()
80 return SYSTEM_UART_RST; in periph_ll_get_rst_en_mask()
70 uint32_t uart_rst_bit = ((uart_num == 0) ? SYSTEM_UART_RST : in uart_ll_is_enabled()
100 return SYSTEM_UART_RST; in periph_ll_get_rst_en_mask()
71 uint32_t uart_rst_bit = ((uart_num == 0) ? SYSTEM_UART_RST : in uart_ll_is_enabled()
119 return SYSTEM_UART_RST; in periph_ll_get_rst_en_mask()
226 #define SYSTEM_UART_RST (BIT(2)) macro
517 #define SYSTEM_UART_RST (BIT(2)) macro
552 #define SYSTEM_UART_RST (BIT(2)) macro