Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h723 #define USB_DEVICE_EPINTSMRY_EPINT6_Pos 6 /**< \brief (USB_DEVICE_EPINTSMRY) End Point 6… macro
724 #define USB_DEVICE_EPINTSMRY_EPINT6 (1 << USB_DEVICE_EPINTSMRY_EPINT6_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6533 …(Usb *)hw)->DEVICE.EPINTSMRY.reg & USB_DEVICE_EPINTSMRY_EPINT6) >> USB_DEVICE_EPINTSMRY_EPINT6_Pos; in hri_usbdevice_get_EPINTSMRY_EPINT6_bit()