SAMV71 Xplained Ultra Software Package 1.4

_CDCSerialState Struct Reference
[Usb_cdc]

#include <D:/git/git_canopus_1/softpack/samv7/libraries/libusb/include/CDCNotifications.h>

Data Fields

uint16_t bRxCarrier:1
uint16_t bTxCarrier:1
uint16_t bBreak:1
uint16_t bRingSignal:1
uint16_t bFraming:1
uint16_t bParity:1
uint16_t bOverRun:1
uint16_t reserved:9

Detailed Description

USB CDC SerialState struct (bitmap)

Definition at line 91 of file CDCNotifications.h.


Field Documentation

State of break detection

Definition at line 93 of file CDCNotifications.h.

Framing error

Definition at line 93 of file CDCNotifications.h.

Received data discarded due to overrun error

Definition at line 93 of file CDCNotifications.h.

Parity error

Definition at line 93 of file CDCNotifications.h.

State of ring signal

Definition at line 93 of file CDCNotifications.h.

State of receive carrier detection (V2.4 signal 109 and RS-232 signal DCD)

Definition at line 93 of file CDCNotifications.h.

State of transmission carrier

Definition at line 93 of file CDCNotifications.h.

Reserved

Definition at line 93 of file CDCNotifications.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines