Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h677 #define USB_HOST_INTFLAG_UPRSM (_U(0x1) << USB_HOST_INTFLAG_UPRSM_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h1980 return (((Usb *)hw)->HOST.INTFLAG.reg & USB_HOST_INTFLAG_UPRSM) >> USB_HOST_INTFLAG_UPRSM_Pos; in hri_usbhost_get_INTFLAG_UPRSM_bit()
1985 ((Usb *)hw)->HOST.INTFLAG.reg = USB_HOST_INTFLAG_UPRSM; in hri_usbhost_clear_INTFLAG_UPRSM_bit()
2060 return (((Usb *)hw)->HOST.INTFLAG.reg & USB_HOST_INTFLAG_UPRSM) >> USB_HOST_INTFLAG_UPRSM_Pos; in hri_usbhost_get_interrupt_UPRSM_bit()
2065 ((Usb *)hw)->HOST.INTFLAG.reg = USB_HOST_INTFLAG_UPRSM; in hri_usbhost_clear_interrupt_UPRSM_bit()