Home
last modified time | relevance | path

Searched refs:uart_rst_bit (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h67 uint32_t uart_rst_bit = ((uart_num == 0) ? DPORT_UART_RST : in uart_ll_is_enabled() local
71 return DPORT_REG_GET_BIT(DPORT_PERIP_RST_EN_REG, uart_rst_bit) == 0 && in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h71 uint32_t uart_rst_bit = ((uart_num == 0) ? SYSTEM_UART_RST : in uart_ll_is_enabled() local
77 return DPORT_REG_GET_BIT(SYSTEM_PERIP_RST_EN0_REG, uart_rst_bit) == 0 && in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h70 uint32_t uart_rst_bit = ((uart_num == 0) ? SYSTEM_UART_RST : in uart_ll_is_enabled() local
74 return DPORT_REG_GET_BIT(SYSTEM_PERIP_RST_EN0_REG, uart_rst_bit) == 0 && in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h71 uint32_t uart_rst_bit = ((uart_num == 0) ? SYSTEM_UART_RST : in uart_ll_is_enabled() local
75 return DPORT_REG_GET_BIT(SYSTEM_PERIP_RST_EN0_REG, uart_rst_bit) == 0 && in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h95 uint32_t uart_rst_bit = ((uart_num == 0) ? PCR_UART0_RST_EN : in uart_ll_is_enabled() local
99 return REG_GET_BIT(uart_clk_config_reg, uart_rst_bit) == 0 && in uart_ll_is_enabled()