Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6684 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbendpoint_set_EPSTATUS_BK0RDY_bit()
6689 …turn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_BK0RDY) in hri_usbendpoint_get_EPSTATUS_BK0RDY_bit()
6696 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbendpoint_write_EPSTATUS_BK0RDY_bit()
6698 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbendpoint_write_EPSTATUS_BK0RDY_bit()
6704 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbendpoint_clear_EPSTATUS_BK0RDY_bit()
7471 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbdevice_set_EPSTATUS_BK0RDY_bit()
7476 …urn (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_BK0RDY) in hri_usbdevice_get_EPSTATUS_BK0RDY_bit()
7483 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbdevice_write_EPSTATUS_BK0RDY_bit()
7485 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSSET.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbdevice_write_EPSTATUS_BK0RDY_bit()
7491 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUSCLR.reg = USB_DEVICE_EPSTATUS_BK0RDY; in hri_usbdevice_clear_EPSTATUS_BK0RDY_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1086 #define USB_DEVICE_EPSTATUS_BK0RDY (_U(0x1) << USB_DEVICE_EPSTATUS_BK0RDY_Pos) macro