Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h592 #define USB_HOST_INTENSET_UPRSM (_U(0x1) << USB_HOST_INTENSET_UPRSM_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h1814 ((Usb *)hw)->HOST.INTENSET.reg = USB_HOST_INTENSET_UPRSM; in hri_usbhost_set_INTEN_UPRSM_bit()
1819 return (((Usb *)hw)->HOST.INTENSET.reg & USB_HOST_INTENSET_UPRSM) >> USB_HOST_INTENSET_UPRSM_Pos; in hri_usbhost_get_INTEN_UPRSM_bit()
1825 ((Usb *)hw)->HOST.INTENCLR.reg = USB_HOST_INTENSET_UPRSM; in hri_usbhost_write_INTEN_UPRSM_bit()
1827 ((Usb *)hw)->HOST.INTENSET.reg = USB_HOST_INTENSET_UPRSM; in hri_usbhost_write_INTEN_UPRSM_bit()
1833 ((Usb *)hw)->HOST.INTENCLR.reg = USB_HOST_INTENSET_UPRSM; in hri_usbhost_clear_INTEN_UPRSM_bit()