Searched refs:USB_HOST_PINTFLAG_TRFAIL (Results 1 – 2 of 2) sorted by relevance
511 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRFAIL) in hri_usbpipe_get_PINTFLAG_TRFAIL_bit()517 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRFAIL; in hri_usbpipe_clear_PINTFLAG_TRFAIL_bit()577 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRFAIL) in hri_usbpipe_get_interrupt_TRFAIL_bit()583 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRFAIL; in hri_usbpipe_clear_interrupt_TRFAIL_bit()1296 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRFAIL) in hri_usbhost_get_PINTFLAG_TRFAIL_bit()1302 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRFAIL; in hri_usbhost_clear_PINTFLAG_TRFAIL_bit()1362 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRFAIL) in hri_usbhost_get_interrupt_TRFAIL_bit()1368 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRFAIL; in hri_usbhost_clear_interrupt_TRFAIL_bit()
1206 #define USB_HOST_PINTFLAG_TRFAIL (_U(0x1) << USB_HOST_PINTFLAG_TRFAIL_Pos) macro