Searched refs:USB_DEVICE_EPSTATUS_BK0RDY (Results 1 – 2 of 2) sorted by relevance
6684 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbendpoint_set_EPSTATUS_BK0RDY_bit()6689 …turn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_BK0RDY) in hri_usbendpoint_get_EPSTATUS_BK0RDY_bit()6696 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbendpoint_write_EPSTATUS_BK0RDY_bit()6698 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbendpoint_write_EPSTATUS_BK0RDY_bit()6704 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbendpoint_clear_EPSTATUS_BK0RDY_bit()7471 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbdevice_set_EPSTATUS_BK0RDY_bit()7476 …urn (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_BK0RDY) in hri_usbdevice_get_EPSTATUS_BK0RDY_bit()7483 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbdevice_write_EPSTATUS_BK0RDY_bit()7485 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbdevice_write_EPSTATUS_BK0RDY_bit()7491 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbdevice_clear_EPSTATUS_BK0RDY_bit()
1086 #define USB_DEVICE_EPSTATUS_BK0RDY (_U(0x1) << USB_DEVICE_EPSTATUS_BK0RDY_Pos) macro