Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6977 …rn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRCPT0) in hri_usbendpoint_get_EPINTFLAG_TRCPT0_bit()
6983 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRCPT0; in hri_usbendpoint_clear_EPINTFLAG_TRCPT0_bit()
7054 …rn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRCPT0) in hri_usbendpoint_get_interrupt_TRCPT0_bit()
7060 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRCPT0; in hri_usbendpoint_clear_interrupt_TRCPT0_bit()
7764 …n (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRCPT0) in hri_usbdevice_get_EPINTFLAG_TRCPT0_bit()
7770 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRCPT0; in hri_usbdevice_clear_EPINTFLAG_TRCPT0_bit()
7841 …n (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRCPT0) in hri_usbdevice_get_interrupt_TRCPT0_bit()
7847 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRCPT0; in hri_usbdevice_clear_interrupt_TRCPT0_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1151 #define USB_DEVICE_EPINTFLAG_TRCPT0 (1 << USB_DEVICE_EPINTFLAG_TRCPT0_Pos) macro