Searched refs:USB_DEVICE_EPINTFLAG_RXSTP (Results 1 – 2 of 2) sorted by relevance
7021 …urn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_RXSTP) in hri_usbendpoint_get_EPINTFLAG_RXSTP_bit()7027 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_RXSTP; in hri_usbendpoint_clear_EPINTFLAG_RXSTP_bit()7098 …urn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_RXSTP) in hri_usbendpoint_get_interrupt_RXSTP_bit()7104 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_RXSTP; in hri_usbendpoint_clear_interrupt_RXSTP_bit()7808 …rn (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_RXSTP) in hri_usbdevice_get_EPINTFLAG_RXSTP_bit()7814 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_RXSTP; in hri_usbdevice_clear_EPINTFLAG_RXSTP_bit()7885 …rn (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_RXSTP) in hri_usbdevice_get_interrupt_RXSTP_bit()7891 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_RXSTP; in hri_usbdevice_clear_interrupt_RXSTP_bit()
1165 #define USB_DEVICE_EPINTFLAG_RXSTP (_U(0x1) << USB_DEVICE_EPINTFLAG_RXSTP_Pos) macro