Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_ncm.c308 … struct cdc_ncm_ndp16 *ndp16 = (struct cdc_ncm_ndp16 *)&g_cdc_ncm_rx_buffer[nth16->wNdpIndex]; local
309 …if ((ndp16->dwSignature != CDC_NCM_NDP16_SIGNATURE_NCM0) && (ndp16->dwSignature != CDC_NCM_NDP16_S…
315 uint16_t datagram_num = (ndp16->wLength - 8) / 4;
369 struct cdc_ncm_ndp16 *ndp16 = (struct cdc_ncm_ndp16 *)&g_cdc_ncm_tx_buffer[nth16->wNdpIndex]; local
371 ndp16->dwSignature = CDC_NCM_NDP16_SIGNATURE_NCM0;
372 ndp16->wLength = 16;
373 ndp16->wNextNdpIndex = 0;

Completed in 3 milliseconds