Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc_ecm.c109 uint16_t maxSegmentSize, in USB_HostCdcEcmDataSend() argument
113 …return USB_HostCdcDataSend(classHandle, buffer, MIN(bufferLength, maxSegmentSize), callbackFn, cal… in USB_HostCdcEcmDataSend()
Dusb_host_cdc_ecm.h247 uint16_t maxSegmentSize,