#include <RTL.h>
#include <rl_usb.h>
void usbd_cdc_ser_linestate (
U16* lineState // Serial line status
);
Description
The function usbd_cdc_ser_linestate checks the line state
of the serial port. The argument lineState is a pointer to the
variable that stores the status. The variable is set with each read
or write attempt to the COM port.
The function usbd_cdc_ser_linestate 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.