Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_asix.c19 static USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_asix_tx_buffer[USB_ALIGN_UP(CONFIG_USBHOST_… variable
766 return &g_asix_tx_buffer[4];
777 g_asix_tx_buffer[0] = buflen & 0xff;
778 g_asix_tx_buffer[1] = (buflen >> 8) & 0xff;
779 g_asix_tx_buffer[2] = ~g_asix_tx_buffer[0];
780 g_asix_tx_buffer[3] = ~g_asix_tx_buffer[1];
784 g_asix_tx_buffer[buflen + 4 + 0] = 0x00;
785 g_asix_tx_buffer[buflen + 4 + 1] = 0x00;
786 g_asix_tx_buffer[buflen + 4 + 2] = 0xff;
787 g_asix_tx_buffer[buflen + 4 + 3] = 0xff;
[all …]

Completed in 7 milliseconds