Home
last modified time | relevance | path

Searched defs:ep_mps (Results 1 – 8 of 8) sorted by relevance

/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/common/
Dusb_dc.h23 uint16_t ep_mps; /* Endpoint max packet size */ member
Dusb_hc.h27 uint16_t ep_mps; /* Endpoint max packet size */ member
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/cdc/
Dusbh_cdc_ecm.c228 uint16_t ep_mps; in usbh_cdc_ecm_rx_thread() local
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/port/ehci/
Dusb_hc_ehci.c179 uint16_t ep_mps, in ehci_qh_fill()
1071 int usbh_ep_pipe_reconfigure(usbh_pipe_t pipe, uint8_t dev_addr, uint8_t ep_mps, uint8_t mult) in usbh_ep_pipe_reconfigure()
Dusb_ehci_priv.h45 uint16_t ep_mps; member
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/port/hpm/
Dusb_dc_hpm.c30 uint16_t ep_mps; /* Endpoint max packet size */ member
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/core/
Dusbh_core.c448 uint16_t ep_mps; in usbh_enumerate() local
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_pcd.c1725 uint16_t ep_mps, uint8_t ep_type) in HAL_PCD_EP_Open()