Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc_rndis.c134 if (informationLength > (messageBufferLength - RNDIS_SET_MSG_SIZE)) in USB_HostRndisSetMsg()
139 message->informationBufferLength = messageBufferLength - RNDIS_SET_MSG_SIZE; in USB_HostRndisSetMsg()
Dusb_host_cdc_rndis.h132 #define RNDIS_SET_MSG_SIZE (28U) macro