Searched refs:USB_DEVICE_EPSTATUS_DTGLIN (Results 1 – 2 of 2) sorted by relevance
6582 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbendpoint_set_EPSTATUS_DTGLIN_bit()6587 …turn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGLIN) in hri_usbendpoint_get_EPSTATUS_DTGLIN_bit()6594 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbendpoint_write_EPSTATUS_DTGLIN_bit()6596 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbendpoint_write_EPSTATUS_DTGLIN_bit()6602 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbendpoint_clear_EPSTATUS_DTGLIN_bit()7371 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbdevice_set_EPSTATUS_DTGLIN_bit()7376 …urn (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGLIN) in hri_usbdevice_get_EPSTATUS_DTGLIN_bit()7383 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbdevice_write_EPSTATUS_DTGLIN_bit()7385 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbdevice_write_EPSTATUS_DTGLIN_bit()7391 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbdevice_clear_EPSTATUS_DTGLIN_bit()
1075 #define USB_DEVICE_EPSTATUS_DTGLIN (_U(0x1) << USB_DEVICE_EPSTATUS_DTGLIN_Pos) macro