Searched refs:EPSTATUS (Results 1 – 10 of 10) sorted by relevance
46 uint32 EPSTATUS; /* 0x0024 */ member
1549 …return (module_inst->hw->DEVICE.DeviceEndpoint[ep_num].EPSTATUS.reg & USB_DEVICE_EPSTATUSSET_STALL… in usb_device_endpoint_is_halted()1551 …return (module_inst->hw->DEVICE.DeviceEndpoint[ep_num].EPSTATUS.reg & USB_DEVICE_EPSTATUSSET_STALL… in usb_device_endpoint_is_halted()1584 …if (module_inst->hw->DEVICE.DeviceEndpoint[ep_num].EPSTATUS.reg & USB_DEVICE_EPSTATUSSET_STALLRQ1)… in usb_device_endpoint_clear_halt()1594 …if (module_inst->hw->DEVICE.DeviceEndpoint[ep_num].EPSTATUS.reg & USB_DEVICE_EPSTATUSSET_STALLRQ0)… in usb_device_endpoint_clear_halt()
3586 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGL… in hri_usbendpoint_get_EPSTATUS_DTGLOUT_bit()3611 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTGL… in hri_usbendpoint_get_EPSTATUS_DTGLIN_bit()3636 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_CURB… in hri_usbendpoint_get_EPSTATUS_CURBK_bit()3713 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_BK0R… in hri_usbendpoint_get_EPSTATUS_BK0RDY_bit()3738 …return (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_BK1R… in hri_usbendpoint_get_EPSTATUS_BK1RDY_bit()3766 tmp = ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg; in hri_usbendpoint_get_EPSTATUS_reg()3774 return ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPSTATUS.reg; in hri_usbendpoint_read_EPSTATUS_reg()4400 …return (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_DTG… in hri_usbdevice_get_EPSTATUS_DTGLIN_bit()4425 …return (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUS.reg & USB_DEVICE_EPSTATUS_CUR… in hri_usbdevice_get_EPSTATUS_CURBK_bit()4553 tmp = ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPSTATUS.reg; in hri_usbdevice_get_EPSTATUS_reg()[all …]
1693 …__I USB_DEVICE_EPSTATUS_Type EPSTATUS; /**< \brief Offset: 0x006 (R/ 8) DEVICE_ENDPOINT End… member
1665 …__I USB_DEVICE_EPSTATUS_Type EPSTATUS; /**< \brief Offset: 0x006 (R/ 8) DEVICE_ENDPOINT End… member
Completed in 156 milliseconds