Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h87 #define USB_SYNCBUSY_SWRST_Pos 0 /**< \brief (USB_SYNCBUSY) Software Reset Synchron… macro
88 #define USB_SYNCBUSY_SWRST (_U(0x1) << USB_SYNCBUSY_SWRST_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h3405 return (((Usb *)hw)->HOST.SYNCBUSY.reg & USB_SYNCBUSY_SWRST) >> USB_SYNCBUSY_SWRST_Pos; in hri_usbhost_get_SYNCBUSY_SWRST_bit()
6378 return (((Usb *)hw)->DEVICE.SYNCBUSY.reg & USB_SYNCBUSY_SWRST) >> USB_SYNCBUSY_SWRST_Pos; in hri_usbdevice_get_SYNCBUSY_SWRST_bit()