Searched refs:USB_DEVICE_EPSTATUS_DTGLOUT (Results 1 – 2 of 2) sorted by relevance
6557 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbendpoint_set_EPSTATUS_DTGLOUT_bit()6562 …urn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGLOUT) in hri_usbendpoint_get_EPSTATUS_DTGLOUT_bit()6569 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbendpoint_write_EPSTATUS_DTGLOUT_bit()6571 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbendpoint_write_EPSTATUS_DTGLOUT_bit()6577 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbendpoint_clear_EPSTATUS_DTGLOUT_bit()7346 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbdevice_set_EPSTATUS_DTGLOUT_bit()7351 …rn (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGLOUT) in hri_usbdevice_get_EPSTATUS_DTGLOUT_bit()7358 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbdevice_write_EPSTATUS_DTGLOUT_bit()7360 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbdevice_write_EPSTATUS_DTGLOUT_bit()7366 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbdevice_clear_EPSTATUS_DTGLOUT_bit()
1073 #define USB_DEVICE_EPSTATUS_DTGLOUT (_U(0x1) << USB_DEVICE_EPSTATUS_DTGLOUT_Pos) macro