4.6.7.1 Functions
void USB_CDCInitialize (void)
Initializes the CDC class.
RETURN_CODE_t USB_CDCRequestHandler (USB_SETUP_REQUEST_t *setupRequestPtr)
Performs handling of control transfers.
bool USB_CDCDataTerminalReady (void)
Checks if the Data Terminal Equipment bit has been set from the host.
void USB_CDCSetBaud (uint16_t baud)
Sets the data transfer baud rate for the CDC communication.
uint32_t USB_CDCGetBaud (void)
Gets the data transfer baud rate for the CDC communication.
void USB_CDCSetStopBits (USB_CDC_LINE_CODING_STOP_BITS_t numStopBits)
Sets the number of data transfer stop bits for the CDC communication.
USB_CDC_LINE_CODING_STOP_BITS_t USB_CDCGetStopBits (void)
Gets the number of data transfer stop bits for the CDC communication.
void USB_CDCSetParity (USD_CDC_LINE_CODING_PARITY_t parity)
Sets the data transfer parity for the CDC communication.
USD_CDC_LINE_CODING_PARITY_t USB_CDCGetParity (void)
Gets the data transfer parity for the CDC communication.
void USB_CDCSetDataBits (USD_CDC_LINE_CODING_DATA_BITS_t numDataBits)
Sets the number of data transfer data bits for the CDC communication.
USD_CDC_LINE_CODING_DATA_BITS_t USB_CDCGetDataBits (void)
Gets the number of data transfer data bits for the CDC communication.