Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6918 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_STALL1; in hri_usbendpoint_set_EPINTEN_STALL1_bit()
6923 … (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENSET.reg & USB_DEVICE_EPINTENSET_STALL1) in hri_usbendpoint_get_EPINTEN_STALL1_bit()
6930 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_STALL1; in hri_usbendpoint_write_EPINTEN_STALL1_bit()
6932 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_STALL1; in hri_usbendpoint_write_EPINTEN_STALL1_bit()
6938 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_STALL1; in hri_usbendpoint_clear_EPINTEN_STALL1_bit()
7705 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_STALL1; in hri_usbdevice_set_EPINTEN_STALL1_bit()
7710 …(((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENSET.reg & USB_DEVICE_EPINTENSET_STALL1) in hri_usbdevice_get_EPINTEN_STALL1_bit()
7717 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_STALL1; in hri_usbdevice_write_EPINTEN_STALL1_bit()
7719 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_STALL1; in hri_usbdevice_write_EPINTEN_STALL1_bit()
7725 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_STALL1; in hri_usbdevice_clear_EPINTEN_STALL1_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1353 #define USB_DEVICE_EPINTENSET_STALL1 (1 << USB_DEVICE_EPINTENSET_STALL1_Pos) macro