Searched refs:USB_HOST_CTRLB_BUSRESET_Pos (Results 1 – 2 of 2) sorted by relevance
220 #define USB_HOST_CTRLB_BUSRESET_Pos 9 /**< \brief (USB_HOST_CTRLB) Send USB Reset */ macro221 #define USB_HOST_CTRLB_BUSRESET (_U(0x1) << USB_HOST_CTRLB_BUSRESET_Pos)
2659 tmp = (tmp & USB_HOST_CTRLB_BUSRESET) >> USB_HOST_CTRLB_BUSRESET_Pos; in hri_usbhost_get_CTRLB_BUSRESET_bit()2669 tmp |= value << USB_HOST_CTRLB_BUSRESET_Pos; in hri_usbhost_write_CTRLB_BUSRESET_bit()