Searched refs:USB_HOST_INTENSET_RST_Pos (Results 1 – 2 of 2) sorted by relevance
585 #define USB_HOST_INTENSET_RST_Pos 3 /**< \brief (USB_HOST_INTENSET) Bus Reset Interrup… macro586 #define USB_HOST_INTENSET_RST (_U(0x1) << USB_HOST_INTENSET_RST_Pos)
1747 return (((Usb *)hw)->HOST.INTENSET.reg & USB_HOST_INTENSET_RST) >> USB_HOST_INTENSET_RST_Pos; in hri_usbhost_get_INTEN_RST_bit()