Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h675 #define USB_HOST_INTFLAG_DNRSM (_U(0x1) << USB_HOST_INTFLAG_DNRSM_Pos) macro
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h1970 return (((Usb *)hw)->HOST.INTFLAG.reg & USB_HOST_INTFLAG_DNRSM) >> USB_HOST_INTFLAG_DNRSM_Pos; in hri_usbhost_get_INTFLAG_DNRSM_bit()
1975 ((Usb *)hw)->HOST.INTFLAG.reg = USB_HOST_INTFLAG_DNRSM; in hri_usbhost_clear_INTFLAG_DNRSM_bit()
2050 return (((Usb *)hw)->HOST.INTFLAG.reg & USB_HOST_INTFLAG_DNRSM) >> USB_HOST_INTFLAG_DNRSM_Pos; in hri_usbhost_get_interrupt_DNRSM_bit()
2055 ((Usb *)hw)->HOST.INTFLAG.reg = USB_HOST_INTFLAG_DNRSM; in hri_usbhost_clear_interrupt_DNRSM_bit()