Searched refs:USB_HOST_PINTFLAG_TRCPT0 (Results 1 – 2 of 2) sorted by relevance
489 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT0) in hri_usbpipe_get_PINTFLAG_TRCPT0_bit()495 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT0; in hri_usbpipe_clear_PINTFLAG_TRCPT0_bit()555 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT0) in hri_usbpipe_get_interrupt_TRCPT0_bit()561 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT0; in hri_usbpipe_clear_interrupt_TRCPT0_bit()1274 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT0) in hri_usbhost_get_PINTFLAG_TRCPT0_bit()1280 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT0; in hri_usbhost_clear_PINTFLAG_TRCPT0_bit()1340 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT0) in hri_usbhost_get_interrupt_TRCPT0_bit()1346 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT0; in hri_usbhost_clear_interrupt_TRCPT0_bit()
1199 #define USB_HOST_PINTFLAG_TRCPT0 (1 << USB_HOST_PINTFLAG_TRCPT0_Pos) macro