Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dusb_wrap_ll.h220 REG_SET_FIELD(DPORT_PERIP_RST_EN0_REG, DPORT_USB_RST, 1); in usb_wrap_ll_reset_register()
221 REG_SET_FIELD(DPORT_PERIP_RST_EN0_REG, DPORT_USB_RST, 0); in usb_wrap_ll_reset_register()
Dclk_gate_ll.h107 return DPORT_USB_RST; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h457 #define DPORT_USB_RST (BIT(23)) macro