Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6582 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbendpoint_set_EPSTATUS_DTGLIN_bit()
6587 …turn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGLIN) in hri_usbendpoint_get_EPSTATUS_DTGLIN_bit()
6594 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbendpoint_write_EPSTATUS_DTGLIN_bit()
6596 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbendpoint_write_EPSTATUS_DTGLIN_bit()
6602 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbendpoint_clear_EPSTATUS_DTGLIN_bit()
7371 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbdevice_set_EPSTATUS_DTGLIN_bit()
7376 …urn (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGLIN) in hri_usbdevice_get_EPSTATUS_DTGLIN_bit()
7383 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbdevice_write_EPSTATUS_DTGLIN_bit()
7385 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbdevice_write_EPSTATUS_DTGLIN_bit()
7391 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbdevice_clear_EPSTATUS_DTGLIN_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1075 #define USB_DEVICE_EPSTATUS_DTGLIN (_U(0x1) << USB_DEVICE_EPSTATUS_DTGLIN_Pos) macro