Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6557 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbendpoint_set_EPSTATUS_DTGLOUT_bit()
6562 …urn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGLOUT) in hri_usbendpoint_get_EPSTATUS_DTGLOUT_bit()
6569 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbendpoint_write_EPSTATUS_DTGLOUT_bit()
6571 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbendpoint_write_EPSTATUS_DTGLOUT_bit()
6577 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbendpoint_clear_EPSTATUS_DTGLOUT_bit()
7346 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbdevice_set_EPSTATUS_DTGLOUT_bit()
7351 …rn (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGLOUT) in hri_usbdevice_get_EPSTATUS_DTGLOUT_bit()
7358 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbdevice_write_EPSTATUS_DTGLOUT_bit()
7360 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbdevice_write_EPSTATUS_DTGLOUT_bit()
7366 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_DTGLOUT; in hri_usbdevice_clear_EPSTATUS_DTGLOUT_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1073 #define USB_DEVICE_EPSTATUS_DTGLOUT (_U(0x1) << USB_DEVICE_EPSTATUS_DTGLOUT_Pos) macro