Searched refs:USB_DEVICE_EPINTFLAG_TRFAIL0 (Results 1 – 2 of 2) sorted by relevance
6999 …n (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL0) in hri_usbendpoint_get_EPINTFLAG_TRFAIL0_bit()7005 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL0; in hri_usbendpoint_clear_EPINTFLAG_TRFAIL0_bit()7076 …n (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL0) in hri_usbendpoint_get_interrupt_TRFAIL0_bit()7082 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL0; in hri_usbendpoint_clear_interrupt_TRFAIL0_bit()7786 … (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL0) in hri_usbdevice_get_EPINTFLAG_TRFAIL0_bit()7792 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL0; in hri_usbdevice_clear_EPINTFLAG_TRFAIL0_bit()7863 … (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL0) in hri_usbdevice_get_interrupt_TRFAIL0_bit()7869 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL0; in hri_usbdevice_clear_interrupt_TRFAIL0_bit()
1158 #define USB_DEVICE_EPINTFLAG_TRFAIL0 (1 << USB_DEVICE_EPINTFLAG_TRFAIL0_Pos) macro