Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h671 #define USB_HOST_INTFLAG_RST (_U(0x1) << USB_HOST_INTFLAG_RST_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h1950 return (((Usb *)hw)->HOST.INTFLAG.reg & USB_HOST_INTFLAG_RST) >> USB_HOST_INTFLAG_RST_Pos; in hri_usbhost_get_INTFLAG_RST_bit()
1955 ((Usb *)hw)->HOST.INTFLAG.reg = USB_HOST_INTFLAG_RST; in hri_usbhost_clear_INTFLAG_RST_bit()
2030 return (((Usb *)hw)->HOST.INTFLAG.reg & USB_HOST_INTFLAG_RST) >> USB_HOST_INTFLAG_RST_Pos; in hri_usbhost_get_interrupt_RST_bit()
2035 ((Usb *)hw)->HOST.INTFLAG.reg = USB_HOST_INTFLAG_RST; in hri_usbhost_clear_interrupt_RST_bit()