Home
last modified time | relevance | path

Searched refs:EPSTATUS (Results 1 – 10 of 10) sorted by relevance

/bsp/rm48x50/HALCoGen/include/
A Dreg_esm.h46 uint32 EPSTATUS; /* 0x0024 */ member
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_d_r/
A Dusb.c1549 …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()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_l/
A Dusb.c1549 …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()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_usb_d51.h3586 …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 …]
/bsp/microchip/same54/bsp/hri/
A Dhri_usb_e54.h3586 …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 …]
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_usb_d51.h3586 …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 …]
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dusb.h1693 …__I USB_DEVICE_EPSTATUS_Type EPSTATUS; /**< \brief Offset: 0x006 (R/ 8) DEVICE_ENDPOINT End… member
/bsp/microchip/same54/bsp/include/component/
A Dusb.h1665 …__I USB_DEVICE_EPSTATUS_Type EPSTATUS; /**< \brief Offset: 0x006 (R/ 8) DEVICE_ENDPOINT End… member
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dusb.h1665 …__I USB_DEVICE_EPSTATUS_Type EPSTATUS; /**< \brief Offset: 0x006 (R/ 8) DEVICE_ENDPOINT End… member
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dusb.h1665 …__I USB_DEVICE_EPSTATUS_Type EPSTATUS; /**< \brief Offset: 0x006 (R/ 8) DEVICE_ENDPOINT End… member

Completed in 156 milliseconds