Searched refs:USB_DEVICE_EPINTFLAG_STALL1 (Results 1 – 2 of 2) sorted by relevance
7043 …rn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL1) in hri_usbendpoint_get_EPINTFLAG_STALL1_bit()7049 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL1; in hri_usbendpoint_clear_EPINTFLAG_STALL1_bit()7120 …rn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL1) in hri_usbendpoint_get_interrupt_STALL1_bit()7126 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL1; in hri_usbendpoint_clear_interrupt_STALL1_bit()7830 …n (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL1) in hri_usbdevice_get_EPINTFLAG_STALL1_bit()7836 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL1; in hri_usbdevice_clear_EPINTFLAG_STALL1_bit()7907 …n (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL1) in hri_usbdevice_get_interrupt_STALL1_bit()7913 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL1; in hri_usbdevice_clear_interrupt_STALL1_bit()
1169 #define USB_DEVICE_EPINTFLAG_STALL1 (1 << USB_DEVICE_EPINTFLAG_STALL1_Pos) macro