Searched refs:PINTENSET (Results 1 – 2 of 2) sorted by relevance
306 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT0; in hri_usbpipe_set_PINTEN_TRCPT0_bit()311 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_TRCPT0) in hri_usbpipe_get_PINTEN_TRCPT0_bit()320 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT0; in hri_usbpipe_write_PINTEN_TRCPT0_bit()331 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT1; in hri_usbpipe_set_PINTEN_TRCPT1_bit()336 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_TRCPT1) in hri_usbpipe_get_PINTEN_TRCPT1_bit()345 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT1; in hri_usbpipe_write_PINTEN_TRCPT1_bit()356 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRFAIL; in hri_usbpipe_set_PINTEN_TRFAIL_bit()361 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_TRFAIL) in hri_usbpipe_get_PINTEN_TRFAIL_bit()370 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRFAIL; in hri_usbpipe_write_PINTEN_TRFAIL_bit()381 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_PERR; in hri_usbpipe_set_PINTEN_PERR_bit()[all …]
1683 …__IO USB_HOST_PINTENSET_Type PINTENSET; /**< \brief Offset: 0x009 (R/W 8) HOST_PIPE Pipe Inte… member