Home
last modified time | relevance | path

Searched refs:wNdpIndex (Results 1 – 2 of 2) 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];
319 …p16_datagram = (struct cdc_ncm_ndp16_datagram *)&g_cdc_ncm_rx_buffer[nth16->wNdpIndex + 8 + 4 * i];
367 nth16->wNdpIndex = 16 + USB_ALIGN_UP(buflen, 4);
369 struct cdc_ncm_ndp16 *ndp16 = (struct cdc_ncm_ndp16 *)&g_cdc_ncm_tx_buffer[nth16->wNdpIndex];
375 …ndp16_datagram = (struct cdc_ncm_ndp16_datagram *)&g_cdc_ncm_tx_buffer[nth16->wNdpIndex + 8 + 4 * …
379 …ndp16_datagram = (struct cdc_ncm_ndp16_datagram *)&g_cdc_ncm_tx_buffer[nth16->wNdpIndex + 8 + 4 * …
A Dusb_cdc.h398 uint16_t wNdpIndex; member

Completed in 8 milliseconds