Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6999 …n (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL0) in hri_usbendpoint_get_EPINTFLAG_TRFAIL0_bit()
7005 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL0; in hri_usbendpoint_clear_EPINTFLAG_TRFAIL0_bit()
7076 …n (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL0) in hri_usbendpoint_get_interrupt_TRFAIL0_bit()
7082 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL0; in hri_usbendpoint_clear_interrupt_TRFAIL0_bit()
7786 … (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL0) in hri_usbdevice_get_EPINTFLAG_TRFAIL0_bit()
7792 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL0; in hri_usbdevice_clear_EPINTFLAG_TRFAIL0_bit()
7863 … (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRFAIL0) in hri_usbdevice_get_interrupt_TRFAIL0_bit()
7869 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRFAIL0; in hri_usbdevice_clear_interrupt_TRFAIL0_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1158 #define USB_DEVICE_EPINTFLAG_TRFAIL0 (1 << USB_DEVICE_EPINTFLAG_TRFAIL0_Pos) macro