Searched refs:USB_HOST_PINTFLAG_PERR (Results 1 – 2 of 2) sorted by relevance
522 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_PERR) in hri_usbpipe_get_PINTFLAG_PERR_bit()528 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_PERR; in hri_usbpipe_clear_PINTFLAG_PERR_bit()588 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_PERR) in hri_usbpipe_get_interrupt_PERR_bit()594 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_PERR; in hri_usbpipe_clear_interrupt_PERR_bit()1307 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_PERR) in hri_usbhost_get_PINTFLAG_PERR_bit()1313 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_PERR; in hri_usbhost_clear_PINTFLAG_PERR_bit()1373 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_PERR) in hri_usbhost_get_interrupt_PERR_bit()1379 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_PERR; in hri_usbhost_clear_interrupt_PERR_bit()
1208 #define USB_HOST_PINTFLAG_PERR (_U(0x1) << USB_HOST_PINTFLAG_PERR_Pos) macro