Searched refs:USB_DEVICE_EPINTFLAG_TRFAIL1 (Results 1 – 2 of 2) sorted by relevance
7010 …n (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL1) in hri_usbendpoint_get_EPINTFLAG_TRFAIL1_bit()7016 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL1; in hri_usbendpoint_clear_EPINTFLAG_TRFAIL1_bit()7087 …n (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL1) in hri_usbendpoint_get_interrupt_TRFAIL1_bit()7093 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL1; in hri_usbendpoint_clear_interrupt_TRFAIL1_bit()7797 … (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL1) in hri_usbdevice_get_EPINTFLAG_TRFAIL1_bit()7803 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL1; in hri_usbdevice_clear_EPINTFLAG_TRFAIL1_bit()7874 … (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL1) in hri_usbdevice_get_interrupt_TRFAIL1_bit()7880 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL1; in hri_usbdevice_clear_interrupt_TRFAIL1_bit()
1160 #define USB_DEVICE_EPINTFLAG_TRFAIL1 (1 << USB_DEVICE_EPINTFLAG_TRFAIL1_Pos) macro