Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h7021 …urn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_RXSTP) in hri_usbendpoint_get_EPINTFLAG_RXSTP_bit()
7027 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_RXSTP; in hri_usbendpoint_clear_EPINTFLAG_RXSTP_bit()
7098 …urn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_RXSTP) in hri_usbendpoint_get_interrupt_RXSTP_bit()
7104 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_RXSTP; in hri_usbendpoint_clear_interrupt_RXSTP_bit()
7808 …rn (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_RXSTP) in hri_usbdevice_get_EPINTFLAG_RXSTP_bit()
7814 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_RXSTP; in hri_usbdevice_clear_EPINTFLAG_RXSTP_bit()
7885 …rn (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_RXSTP) in hri_usbdevice_get_interrupt_RXSTP_bit()
7891 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_RXSTP; in hri_usbdevice_clear_interrupt_RXSTP_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1165 #define USB_DEVICE_EPINTFLAG_RXSTP (_U(0x1) << USB_DEVICE_EPINTFLAG_RXSTP_Pos) macro