Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dclk.c218 SYSTEM_UART_CLK_EN | in esp_perip_clk_init()
238 SYSTEM_UART_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dclk.c220 SYSTEM_UART_CLK_EN | in esp_perip_clk_init()
251 SYSTEM_UART_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dclk.c235 SYSTEM_UART_CLK_EN | in esp_perip_clk_init()
266 SYSTEM_UART_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dclk.c231 SYSTEM_UART_CLK_EN | in esp_perip_clk_init()
262 SYSTEM_UART_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dclk.c237 SYSTEM_UART_CLK_EN | in esp_perip_clk_init()
277 SYSTEM_UART_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_gate_ll.h29 return SYSTEM_UART_CLK_EN; in periph_ll_get_clk_en_mask()
Duart_ll.h72 uint32_t uart_en_bit = ((uart_num == 0) ? SYSTEM_UART_CLK_EN : in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h31 return SYSTEM_UART_CLK_EN; in periph_ll_get_clk_en_mask()
Duart_ll.h73 uint32_t uart_en_bit = ((uart_num == 0) ? SYSTEM_UART_CLK_EN : in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h31 return SYSTEM_UART_CLK_EN; in periph_ll_get_clk_en_mask()
Duart_ll.h74 uint32_t uart_en_bit = ((uart_num == 0) ? SYSTEM_UART_CLK_EN : in uart_ll_is_enabled()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h111 #define SYSTEM_UART_CLK_EN (BIT(2)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h261 #define SYSTEM_UART_CLK_EN (BIT(2)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h290 #define SYSTEM_UART_CLK_EN (BIT(2)) macro