Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6988 …rn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRCPT1) in hri_usbendpoint_get_EPINTFLAG_TRCPT1_bit()
6994 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRCPT1; in hri_usbendpoint_clear_EPINTFLAG_TRCPT1_bit()
7065 …rn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRCPT1) in hri_usbendpoint_get_interrupt_TRCPT1_bit()
7071 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRCPT1; in hri_usbendpoint_clear_interrupt_TRCPT1_bit()
7775 …n (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRCPT1) in hri_usbdevice_get_EPINTFLAG_TRCPT1_bit()
7781 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRCPT1; in hri_usbdevice_clear_EPINTFLAG_TRCPT1_bit()
7852 …n (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TRCPT1) in hri_usbdevice_get_interrupt_TRCPT1_bit()
7858 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_TRCPT1; in hri_usbdevice_clear_interrupt_TRCPT1_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1153 #define USB_DEVICE_EPINTFLAG_TRCPT1 (1 << USB_DEVICE_EPINTFLAG_TRCPT1_Pos) macro