Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6977 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TR… 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()
6988 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TR… 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()
6999 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TR… 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()
7010 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_TR… 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()
7021 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_RX… 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()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1665 …__IO USB_DEVICE_EPINTFLAG_Type EPINTFLAG; /**< \brief Offset: 0x007 (R/W 8) DEVICE_ENDPOINT End… member