4.6.8.4.4 usbCDCReceiveBuffer
STATIC CIRCULAR_BUFFER_t usbCDCReceiveBuffer
Initial value:
= {
.content = usbCDCReceiveArray,
.head = 0,
.tail = 0,
.maxLength = USB_CDC_RX_BUFFER_SIZE,
}
STATIC CIRCULAR_BUFFER_t usbCDCReceiveBuffer
Initial value:
= {
.content = usbCDCReceiveArray,
.head = 0,
.tail = 0,
.maxLength = USB_CDC_RX_BUFFER_SIZE,
}
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.