Macros | |
#define | CDCSerialState_BREAK (1 << 2) |
#define | CDCSerialState_FRAMING (1 << 4) |
#define | CDCSerialState_OVERRUN (1 << 6) |
#define | CDCSerialState_PARITY (1 << 5) |
#define | CDCSerialState_RINGSIGNAL (1 << 3) |
#define | CDCSerialState_RXDRIVER (1 << 0) |
#define | CDCSerialState_TXCARRIER (1 << 1) |
This page lists the bit map for CDC Serial States.
#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.