Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h7010 …n (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL1) in hri_usbendpoint_get_EPINTFLAG_TRFAIL1_bit()
7016 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL1; in hri_usbendpoint_clear_EPINTFLAG_TRFAIL1_bit()
7087 …n (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL1) in hri_usbendpoint_get_interrupt_TRFAIL1_bit()
7093 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL1; in hri_usbendpoint_clear_interrupt_TRFAIL1_bit()
7797 … (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL1) in hri_usbdevice_get_EPINTFLAG_TRFAIL1_bit()
7803 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL1; in hri_usbdevice_clear_EPINTFLAG_TRFAIL1_bit()
7874 … (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL1) in hri_usbdevice_get_interrupt_TRFAIL1_bit()
7880 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL1; in hri_usbdevice_clear_interrupt_TRFAIL1_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1160 #define USB_DEVICE_EPINTFLAG_TRFAIL1 (1 << USB_DEVICE_EPINTFLAG_TRFAIL1_Pos) macro