Home
last modified time | relevance | path

Searched refs:DPORT_PERIP_RST_EN0_REG (Results 1 – 2 of 2) 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()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h411 #define DPORT_PERIP_RST_EN_REG DPORT_PERIP_RST_EN0_REG
412 #define DPORT_PERIP_RST_EN0_REG (DR_REG_SYSTEM_BASE + 0x048) macro