Searched refs:USB_DEVICE_EPINTENSET_STALL0 (Results 1 – 2 of 2) sorted by relevance
6893 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_STALL0; in hri_usbendpoint_set_EPINTEN_STALL0_bit()6898 … (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENSET.reg & USB_DEVICE_EPINTENSET_STALL0) in hri_usbendpoint_get_EPINTEN_STALL0_bit()6905 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_STALL0; in hri_usbendpoint_write_EPINTEN_STALL0_bit()6907 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_STALL0; in hri_usbendpoint_write_EPINTEN_STALL0_bit()6913 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_STALL0; in hri_usbendpoint_clear_EPINTEN_STALL0_bit()7680 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_STALL0; in hri_usbdevice_set_EPINTEN_STALL0_bit()7685 …(((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENSET.reg & USB_DEVICE_EPINTENSET_STALL0) in hri_usbdevice_get_EPINTEN_STALL0_bit()7692 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_STALL0; in hri_usbdevice_write_EPINTEN_STALL0_bit()7694 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_STALL0; in hri_usbdevice_write_EPINTEN_STALL0_bit()7700 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_STALL0; in hri_usbdevice_clear_EPINTEN_STALL0_bit()
1351 #define USB_DEVICE_EPINTENSET_STALL0 (1 << USB_DEVICE_EPINTENSET_STALL0_Pos) macro