Searched refs:USB_SYNCBUSY_SWRST_Pos (Results 1 – 2 of 2) sorted by relevance
87 #define USB_SYNCBUSY_SWRST_Pos 0 /**< \brief (USB_SYNCBUSY) Software Reset Synchron… macro88 #define USB_SYNCBUSY_SWRST (_U(0x1) << USB_SYNCBUSY_SWRST_Pos)
3405 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()