Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dclk.c221 SYSTEM_UART1_CLK_EN | in esp_perip_clk_init()
241 SYSTEM_UART1_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dclk.c223 SYSTEM_UART1_CLK_EN | in esp_perip_clk_init()
254 SYSTEM_UART1_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dclk.c238 SYSTEM_UART1_CLK_EN | in esp_perip_clk_init()
269 SYSTEM_UART1_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dclk.c234 SYSTEM_UART1_CLK_EN | in esp_perip_clk_init()
265 SYSTEM_UART1_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dclk.c240 SYSTEM_UART1_CLK_EN | in esp_perip_clk_init()
280 SYSTEM_UART1_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_gate_ll.h31 return SYSTEM_UART1_CLK_EN; in periph_ll_get_clk_en_mask()
Duart_ll.h73 (uart_num == 1) ? SYSTEM_UART1_CLK_EN : 0); in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h33 return SYSTEM_UART1_CLK_EN; in periph_ll_get_clk_en_mask()
Duart_ll.h74 (uart_num == 1) ? SYSTEM_UART1_CLK_EN : 0); in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h33 return SYSTEM_UART1_CLK_EN; in periph_ll_get_clk_en_mask()
Duart_ll.h75 (uart_num == 1) ? SYSTEM_UART1_CLK_EN : in uart_ll_is_enabled()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h118 #define SYSTEM_UART1_CLK_EN (BIT(5)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h243 #define SYSTEM_UART1_CLK_EN (BIT(5)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h272 #define SYSTEM_UART1_CLK_EN (BIT(5)) macro