Home
last modified time | relevance | path

Searched refs:SYSTEM_UART1_RST (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_gate_ll.h82 return SYSTEM_UART1_RST; in periph_ll_get_rst_en_mask()
Duart_ll.h71 (uart_num == 1) ? SYSTEM_UART1_RST : 0); in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h102 return SYSTEM_UART1_RST; in periph_ll_get_rst_en_mask()
Duart_ll.h72 (uart_num == 1) ? SYSTEM_UART1_RST : 0); in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h121 return SYSTEM_UART1_RST; in periph_ll_get_rst_en_mask()
Duart_ll.h72 (uart_num == 1) ? SYSTEM_UART1_RST : in uart_ll_is_enabled()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h233 #define SYSTEM_UART1_RST (BIT(5)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h499 #define SYSTEM_UART1_RST (BIT(5)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h534 #define SYSTEM_UART1_RST (BIT(5)) macro