Home
last modified time | relevance | path

Searched refs:USB_DEVICE_EPSTATUS_STALLRQ1 (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6658 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_STALLRQ1; in hri_usbendpoint_set_EPSTATUS_STALLRQ1_bit()
6663 …rn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_STALLRQ1) in hri_usbendpoint_get_EPSTATUS_STALLRQ1_bit()
6671 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_STALLRQ1; in hri_usbendpoint_write_EPSTATUS_STALLRQ1_bit()
6673 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_STALLRQ1; in hri_usbendpoint_write_EPSTATUS_STALLRQ1_bit()
6679 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_STALLRQ1; in hri_usbendpoint_clear_EPSTATUS_STALLRQ1_bit()
7446 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_STALLRQ1; in hri_usbdevice_set_EPSTATUS_STALLRQ1_bit()
7451 …n (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_STALLRQ1) in hri_usbdevice_get_EPSTATUS_STALLRQ1_bit()
7458 …((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_STALLRQ1; in hri_usbdevice_write_EPSTATUS_STALLRQ1_bit()
7460 …((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_STALLRQ1; in hri_usbdevice_write_EPSTATUS_STALLRQ1_bit()
7466 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_STALLRQ1; in hri_usbdevice_clear_EPSTATUS_STALLRQ1_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1081 #define USB_DEVICE_EPSTATUS_STALLRQ1 (1 << USB_DEVICE_EPSTATUS_STALLRQ1_Pos) macro