Home
last modified time | relevance | path

Searched refs:DPORT_USB_CLK_EN (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dusb_wrap_ll.h212 REG_SET_FIELD(DPORT_PERIP_CLK_EN0_REG, DPORT_USB_CLK_EN, clk_en); in usb_wrap_ll_enable_bus_clock()
Dclk_gate_ll.h33 return DPORT_USB_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dclk.c271 DPORT_USB_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h229 #define DPORT_USB_CLK_EN (BIT(23)) macro