Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h541 #define USB_DEVICE_INTENSET_MSOF_Pos 1 /**< \brief (USB_DEVICE_INTENSET) Micro Start of … macro
542 #define USB_DEVICE_INTENSET_MSOF (_U(0x1) << USB_DEVICE_INTENSET_MSOF_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h4716 …turn (((Usb *)hw)->DEVICE.INTENSET.reg & USB_DEVICE_INTENSET_MSOF) >> USB_DEVICE_INTENSET_MSOF_Pos; in hri_usbdevice_get_INTEN_MSOF_bit()