Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h93 uint32_t uart_clk_config_reg = ((uart_num == 0) ? PCR_UART0_CONF_REG : in uart_ll_is_enabled() local
99 return REG_GET_BIT(uart_clk_config_reg, uart_rst_bit) == 0 && in uart_ll_is_enabled()
100 REG_GET_BIT(uart_clk_config_reg, uart_en_bit) != 0; in uart_ll_is_enabled()