Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h549 #define USB_DEVICE_INTENSET_EORSM_Pos 5 /**< \brief (USB_DEVICE_INTENSET) End Of Resume … macro
550 #define USB_DEVICE_INTENSET_EORSM (_U(0x1) << USB_DEVICE_INTENSET_EORSM_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h4812 …rn (((Usb *)hw)->DEVICE.INTENSET.reg & USB_DEVICE_INTENSET_EORSM) >> USB_DEVICE_INTENSET_EORSM_Pos; in hri_usbdevice_get_INTEN_EORSM_bit()