Searched refs:USB_HOST_PINTFLAG_TXSTP (Results 1 – 2 of 2) sorted by relevance
533 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TXSTP) in hri_usbpipe_get_PINTFLAG_TXSTP_bit()539 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TXSTP; in hri_usbpipe_clear_PINTFLAG_TXSTP_bit()599 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TXSTP) in hri_usbpipe_get_interrupt_TXSTP_bit()605 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TXSTP; in hri_usbpipe_clear_interrupt_TXSTP_bit()1318 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TXSTP) in hri_usbhost_get_PINTFLAG_TXSTP_bit()1324 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TXSTP; in hri_usbhost_clear_PINTFLAG_TXSTP_bit()1384 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TXSTP) in hri_usbhost_get_interrupt_TXSTP_bit()1390 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TXSTP; in hri_usbhost_clear_interrupt_TXSTP_bit()
1210 #define USB_HOST_PINTFLAG_TXSTP (_U(0x1) << USB_HOST_PINTFLAG_TXSTP_Pos) macro