Searched refs:USB_HOST_PINTENSET_STALL (Results 1 – 2 of 2) sorted by relevance
431 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_STALL; in hri_usbpipe_set_PINTEN_STALL_bit()436 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_STALL) in hri_usbpipe_get_PINTEN_STALL_bit()443 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_STALL; in hri_usbpipe_write_PINTEN_STALL_bit()445 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_STALL; in hri_usbpipe_write_PINTEN_STALL_bit()451 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_STALL; in hri_usbpipe_clear_PINTEN_STALL_bit()1216 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_STALL; in hri_usbhost_set_PINTEN_STALL_bit()1221 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_STALL) in hri_usbhost_get_PINTEN_STALL_bit()1228 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_STALL; in hri_usbhost_write_PINTEN_STALL_bit()1230 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_STALL; in hri_usbhost_write_PINTEN_STALL_bit()1236 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_STALL; in hri_usbhost_clear_PINTEN_STALL_bit()
1396 #define USB_HOST_PINTENSET_STALL (_U(0x1) << USB_HOST_PINTENSET_STALL_Pos) macro