Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h545 #define USB_DEVICE_INTENSET_EORST_Pos 3 /**< \brief (USB_DEVICE_INTENSET) End of Reset I… macro
546 #define USB_DEVICE_INTENSET_EORST (_U(0x1) << USB_DEVICE_INTENSET_EORST_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h4764 …rn (((Usb *)hw)->DEVICE.INTENSET.reg & USB_DEVICE_INTENSET_EORST) >> USB_DEVICE_INTENSET_EORST_Pos; in hri_usbdevice_get_INTEN_EORST_bit()