Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6868 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_RXSTP; in hri_usbendpoint_set_EPINTEN_RXSTP_bit()
6873 …n (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENSET.reg & USB_DEVICE_EPINTENSET_RXSTP) in hri_usbendpoint_get_EPINTEN_RXSTP_bit()
6880 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_RXSTP; in hri_usbendpoint_write_EPINTEN_RXSTP_bit()
6882 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_RXSTP; in hri_usbendpoint_write_EPINTEN_RXSTP_bit()
6888 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_RXSTP; in hri_usbendpoint_clear_EPINTEN_RXSTP_bit()
7655 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_RXSTP; in hri_usbdevice_set_EPINTEN_RXSTP_bit()
7660 … (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENSET.reg & USB_DEVICE_EPINTENSET_RXSTP) in hri_usbdevice_get_EPINTEN_RXSTP_bit()
7667 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_RXSTP; in hri_usbdevice_write_EPINTEN_RXSTP_bit()
7669 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENSET.reg = USB_DEVICE_EPINTENSET_RXSTP; in hri_usbdevice_write_EPINTEN_RXSTP_bit()
7675 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTENCLR.reg = USB_DEVICE_EPINTENSET_RXSTP; in hri_usbdevice_clear_EPINTEN_RXSTP_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1349 #define USB_DEVICE_EPINTENSET_RXSTP (_U(0x1) << USB_DEVICE_EPINTENSET_RXSTP_Pos) macro