Searched refs:PCFG (Results 1 – 2 of 2) sorted by relevance
642 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg |= USB_HOST_PCFG_BK; in hri_usbpipe_set_PCFG_BK_bit()649 tmp = ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg; in hri_usbpipe_get_PCFG_BK_bit()658 tmp = ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg; in hri_usbpipe_write_PCFG_BK_bit()661 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg = tmp; in hri_usbpipe_write_PCFG_BK_bit()668 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg &= ~USB_HOST_PCFG_BK; in hri_usbpipe_clear_PCFG_BK_bit()675 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg ^= USB_HOST_PCFG_BK; in hri_usbpipe_toggle_PCFG_BK_bit()683 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg |= USB_HOST_PCFG_PTOKEN(mask); in hri_usbpipe_set_PCFG_PTOKEN_bf()691 tmp = ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg; in hri_usbpipe_get_PCFG_PTOKEN_bf()701 tmp = ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg; in hri_usbpipe_write_PCFG_PTOKEN_bf()704 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg = tmp; in hri_usbpipe_write_PCFG_PTOKEN_bf()[all …]
1675 …__IO USB_HOST_PCFG_Type PCFG; /**< \brief Offset: 0x000 (R/W 8) HOST_PIPE End Point… member