Searched refs:USB_HOST_PINTFLAG_TRCPT1 (Results 1 – 2 of 2) sorted by relevance
500 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT1) in hri_usbpipe_get_PINTFLAG_TRCPT1_bit()506 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT1; in hri_usbpipe_clear_PINTFLAG_TRCPT1_bit()566 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT1) in hri_usbpipe_get_interrupt_TRCPT1_bit()572 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT1; in hri_usbpipe_clear_interrupt_TRCPT1_bit()1285 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT1) in hri_usbhost_get_PINTFLAG_TRCPT1_bit()1291 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT1; in hri_usbhost_clear_PINTFLAG_TRCPT1_bit()1351 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT1) in hri_usbhost_get_interrupt_TRCPT1_bit()1357 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT1; in hri_usbhost_clear_interrupt_TRCPT1_bit()
1201 #define USB_HOST_PINTFLAG_TRCPT1 (1 << USB_HOST_PINTFLAG_TRCPT1_Pos) macro