CDCLineCoding_Initialize
Default mainpageat91libusbcommoncdcCDCLineCoding_Initialize
Description Source Call Graph
CDCLineCoding_Initialize
Initializes the bitrate, number of stop bits, parity checking and number of data bits of a CDCLineCoding object.
 
Syntax / parameters
void CDCLineCoding_Initialize (CDCLineCoding *lineCoding, unsigned int bitrate, unsigned char stopbits, unsigned char parity, unsigned char databits)

Name Type Default Description
lineCoding CDCLineCoding *
  Pointer to a CDCLineCoding instance.
bitrate unsigned int
  Bitrate of the virtual COM connection.
stopbits unsigned char
  Number of stop bits ("CDC LineCoding StopBits").
parity unsigned char
  Parity check type ("CDC LineCoding ParityChecking").
databits unsigned char
  Number of data bits.
Description
Initializes the bitrate, number of stop bits, parity checking and number of data bits of a CDCLineCoding object.

 
Source
The documentation for this Member was generated from the following files:
  • CDCLineCoding.c