Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h590 #define USB_HOST_INTENSET_DNRSM (_U(0x1) << USB_HOST_INTENSET_DNRSM_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h1790 ((Usb *)hw)->HOST.INTENSET.reg = USB_HOST_INTENSET_DNRSM; in hri_usbhost_set_INTEN_DNRSM_bit()
1795 return (((Usb *)hw)->HOST.INTENSET.reg & USB_HOST_INTENSET_DNRSM) >> USB_HOST_INTENSET_DNRSM_Pos; in hri_usbhost_get_INTEN_DNRSM_bit()
1801 ((Usb *)hw)->HOST.INTENCLR.reg = USB_HOST_INTENSET_DNRSM; in hri_usbhost_write_INTEN_DNRSM_bit()
1803 ((Usb *)hw)->HOST.INTENSET.reg = USB_HOST_INTENSET_DNRSM; in hri_usbhost_write_INTEN_DNRSM_bit()
1809 ((Usb *)hw)->HOST.INTENCLR.reg = USB_HOST_INTENSET_DNRSM; in hri_usbhost_clear_INTEN_DNRSM_bit()