Searched refs:USB_HOST_PINTFLAG_STALL (Results 1 – 2 of 2) sorted by relevance
544 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_STALL) in hri_usbpipe_get_PINTFLAG_STALL_bit()550 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_STALL; in hri_usbpipe_clear_PINTFLAG_STALL_bit()610 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_STALL) in hri_usbpipe_get_interrupt_STALL_bit()616 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_STALL; in hri_usbpipe_clear_interrupt_STALL_bit()1329 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_STALL) in hri_usbhost_get_PINTFLAG_STALL_bit()1335 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_STALL; in hri_usbhost_clear_PINTFLAG_STALL_bit()1395 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_STALL) in hri_usbhost_get_interrupt_STALL_bit()1401 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_STALL; in hri_usbhost_clear_interrupt_STALL_bit()
1212 #define USB_HOST_PINTFLAG_STALL (_U(0x1) << USB_HOST_PINTFLAG_STALL_Pos) macro