Searched refs:USB_HOST_PINTENSET_PERR (Results 1 – 2 of 2) sorted by relevance
381 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_PERR; in hri_usbpipe_set_PINTEN_PERR_bit()386 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_PERR) in hri_usbpipe_get_PINTEN_PERR_bit()393 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_PERR; in hri_usbpipe_write_PINTEN_PERR_bit()395 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_PERR; in hri_usbpipe_write_PINTEN_PERR_bit()401 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_PERR; in hri_usbpipe_clear_PINTEN_PERR_bit()1166 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_PERR; in hri_usbhost_set_PINTEN_PERR_bit()1171 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_PERR) in hri_usbhost_get_PINTEN_PERR_bit()1178 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_PERR; in hri_usbhost_write_PINTEN_PERR_bit()1180 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_PERR; in hri_usbhost_write_PINTEN_PERR_bit()1186 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_PERR; in hri_usbhost_clear_PINTEN_PERR_bit()
1392 #define USB_HOST_PINTENSET_PERR (_U(0x1) << USB_HOST_PINTENSET_PERR_Pos) macro