Searched refs:USB_DEVICE_EPINTFLAG_STALL0 (Results 1 – 2 of 2) sorted by relevance
7032 …rn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL0) in hri_usbendpoint_get_EPINTFLAG_STALL0_bit()7038 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL0; in hri_usbendpoint_clear_EPINTFLAG_STALL0_bit()7109 …rn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL0) in hri_usbendpoint_get_interrupt_STALL0_bit()7115 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL0; in hri_usbendpoint_clear_interrupt_STALL0_bit()7819 …n (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL0) in hri_usbdevice_get_EPINTFLAG_STALL0_bit()7825 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL0; in hri_usbdevice_clear_EPINTFLAG_STALL0_bit()7896 …n (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL0) in hri_usbdevice_get_interrupt_STALL0_bit()7902 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL0; in hri_usbdevice_clear_interrupt_STALL0_bit()
1167 #define USB_DEVICE_EPINTFLAG_STALL0 (1 << USB_DEVICE_EPINTFLAG_STALL0_Pos) macro