Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dclk.c228 DPORT_UART_CLK_EN | in esp_perip_clk_init()
265 DPORT_UART_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h29 return DPORT_UART_CLK_EN; in periph_ll_get_clk_en_mask()
Duart_ll.h69 uint32_t uart_en_bit = ((uart_num == 0) ? DPORT_UART_CLK_EN : in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_gate_ll.h25 return DPORT_UART_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dclk.c254 DPORT_UART_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h355 #define DPORT_UART_CLK_EN (BIT(2)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h968 #define DPORT_UART_CLK_EN (BIT(2)) macro