Home
last modified time | relevance | path

Searched refs:USB_HOST_INTENSET_RST (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h586 #define USB_HOST_INTENSET_RST (_U(0x1) << USB_HOST_INTENSET_RST_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h1742 ((Usb *)hw)->HOST.INTENSET.reg = USB_HOST_INTENSET_RST; in hri_usbhost_set_INTEN_RST_bit()
1747 return (((Usb *)hw)->HOST.INTENSET.reg & USB_HOST_INTENSET_RST) >> USB_HOST_INTENSET_RST_Pos; in hri_usbhost_get_INTEN_RST_bit()
1753 ((Usb *)hw)->HOST.INTENCLR.reg = USB_HOST_INTENSET_RST; in hri_usbhost_write_INTEN_RST_bit()
1755 ((Usb *)hw)->HOST.INTENSET.reg = USB_HOST_INTENSET_RST; in hri_usbhost_write_INTEN_RST_bit()
1761 ((Usb *)hw)->HOST.INTENCLR.reg = USB_HOST_INTENSET_RST; in hri_usbhost_clear_INTEN_RST_bit()