Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dclk.c231 DPORT_UART1_CLK_EN | in esp_perip_clk_init()
268 DPORT_UART1_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h31 return DPORT_UART1_CLK_EN; in periph_ll_get_clk_en_mask()
Duart_ll.h70 (uart_num == 1) ? DPORT_UART1_CLK_EN : 0); in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_gate_ll.h27 return DPORT_UART1_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dclk.c257 DPORT_UART1_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h337 #define DPORT_UART1_CLK_EN (BIT(5)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h965 #define DPORT_UART1_CLK_EN (BIT(5)) macro