#include <RTL.h>
#include <rl_usb.h>
int32_t USBD_CDC_ACM_DataSend (
const uint8_t *buf, /* Buffer containing data to be sent */
int32_t len ); /* Maximum number of bytes to be sent */
Description
The function USBD_CDC_ACM_DataSend puts the requested
maximum number of data bytes len from the buf into the
intermediate buffer and prepares them for being sent over the Virtual
COM Port.
The function is part of the USB Device Function Driver layer of
the RL-USB Device Software Stack.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.