SAMV71 Xplained Ultra Software Package 1.5

CDC SerialState bits
[Usb_cdc]

Collaboration diagram for CDC SerialState bits:

Defines

#define CDCSerialState_RXDRIVER   (1 << 0)
#define CDCSerialState_TXCARRIER   (1 << 1)
#define CDCSerialState_BREAK   (1 << 2)
#define CDCSerialState_RINGSIGNAL   (1 << 3)
#define CDCSerialState_FRAMING   (1 << 4)
#define CDCSerialState_PARITY   (1 << 5)
#define CDCSerialState_OVERRUN   (1 << 6)

Detailed Description

This page lists the bit map for CDC Serial States.


Define Documentation

#define CDCSerialState_BREAK   (1 << 2)

Indicates a break has been detected

Definition at line 68 of file CDCNotifications.h.

#define CDCSerialState_FRAMING   (1 << 4)

Indicates a framing error has occurred

Definition at line 72 of file CDCNotifications.h.

#define CDCSerialState_OVERRUN   (1 << 6)

Indicates a data overrun error has occurred

Definition at line 76 of file CDCNotifications.h.

#define CDCSerialState_PARITY   (1 << 5)

Indicates a parity error has occurred

Definition at line 74 of file CDCNotifications.h.

#define CDCSerialState_RINGSIGNAL   (1 << 3)

Indicates a ring signal has been detected

Definition at line 70 of file CDCNotifications.h.

#define CDCSerialState_RXDRIVER   (1 << 0)

Indicates the receiver carrier signal is present

Definition at line 64 of file CDCNotifications.h.

#define CDCSerialState_TXCARRIER   (1 << 1)

Indicates the transmission carrier signal is present

Definition at line 66 of file CDCNotifications.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines