Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dclk.c251 SYSTEM_USB_CLK_EN | in esp_perip_clk_init()
291 SYSTEM_USB_CLK_EN | in esp_perip_clk_init()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h37 return SYSTEM_USB_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsystem_reg.h164 #define SYSTEM_USB_CLK_EN (BIT(23)) macro