Home
last modified time | relevance | path

Searched refs:RNDIS_QUERY_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.c78 if (informationLength > (messageBufferLength - RNDIS_QUERY_MSG_SIZE)) in USB_HostRndisQueryMsg()
84 message->informationBufferLength = (messageBufferLength - RNDIS_QUERY_MSG_SIZE); in USB_HostRndisQueryMsg()
Dusb_host_cdc_rndis.h130 #define RNDIS_QUERY_MSG_SIZE (28U) macro