Searched refs:UsbHost (Results 1 – 2 of 2) sorted by relevance
148 ((UsbHost *)hw)->HostPipe[submodule_index].PSTATUSSET.reg = USB_HOST_PSTATUS_DTGL; in hri_usbpipe_set_PSTATUS_DTGL_bit()153 return (((UsbHost *)hw)->HostPipe[submodule_index].PSTATUS.reg & USB_HOST_PSTATUS_DTGL) in hri_usbpipe_get_PSTATUS_DTGL_bit()160 ((UsbHost *)hw)->HostPipe[submodule_index].PSTATUSCLR.reg = USB_HOST_PSTATUS_DTGL; in hri_usbpipe_write_PSTATUS_DTGL_bit()162 ((UsbHost *)hw)->HostPipe[submodule_index].PSTATUSSET.reg = USB_HOST_PSTATUS_DTGL; in hri_usbpipe_write_PSTATUS_DTGL_bit()168 ((UsbHost *)hw)->HostPipe[submodule_index].PSTATUSCLR.reg = USB_HOST_PSTATUS_DTGL; in hri_usbpipe_clear_PSTATUS_DTGL_bit()173 ((UsbHost *)hw)->HostPipe[submodule_index].PSTATUSSET.reg = USB_HOST_PSTATUS_CURBK; in hri_usbpipe_set_PSTATUS_CURBK_bit()178 return (((UsbHost *)hw)->HostPipe[submodule_index].PSTATUS.reg & USB_HOST_PSTATUS_CURBK) in hri_usbpipe_get_PSTATUS_CURBK_bit()185 ((UsbHost *)hw)->HostPipe[submodule_index].PSTATUSCLR.reg = USB_HOST_PSTATUS_CURBK; in hri_usbpipe_write_PSTATUS_CURBK_bit()187 ((UsbHost *)hw)->HostPipe[submodule_index].PSTATUSSET.reg = USB_HOST_PSTATUS_CURBK; in hri_usbpipe_write_PSTATUS_CURBK_bit()193 ((UsbHost *)hw)->HostPipe[submodule_index].PSTATUSCLR.reg = USB_HOST_PSTATUS_CURBK; in hri_usbpipe_clear_PSTATUS_CURBK_bit()[all …]
1748 } UsbHost; typedef1774 UsbHost HOST; /**< \brief Offset: 0x000 USB is Host */