Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/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 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGL… 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()
6582 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_DTGLIN; in hri_usbendpoint_set_EPSTATUS_DTGLIN_bit()
6587 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGL… 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()
[all …]
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1715 …UsbDeviceEndpoint DeviceEndpoint[8]; /**< \brief Offset: 0x100 UsbDeviceEndpoint groups [E… member