Searched refs:EPINTFLAG (Results 1 – 2 of 2) sorted by relevance
6977 …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 …]
1665 …__IO USB_DEVICE_EPINTFLAG_Type EPINTFLAG; /**< \brief Offset: 0x007 (R/W 8) DEVICE_ENDPOINT End… member