#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | _CDCSerialState |
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) |
Functions | |
struct _CDCHeaderDescriptor | __attribute__ ((__packed__)) CDCHeaderDescriptor |
Variables | |
uint16_t | bBreak |
uint16_t | bFraming |
uint16_t | bOverRun |
uint16_t | bParity |
uint16_t | bRingSignal |
uint16_t | bRxCarrier |
uint16_t | bTxCarrier |
uint16_t | reserved |
Definitions and methods for USB CDC Notifications.
Definition in file CDCNotifications.h.
uint16_t bBreak |
State of break detection
Definition at line 126 of file CDCNotifications.h.
uint16_t bFraming |
Framing error
Definition at line 126 of file CDCNotifications.h.
uint16_t bOverRun |
Received data discarded due to overrun error
Definition at line 126 of file CDCNotifications.h.
uint16_t bParity |
Parity error
Definition at line 126 of file CDCNotifications.h.
uint16_t bRingSignal |
State of ring signal
Definition at line 126 of file CDCNotifications.h.
uint16_t bRxCarrier |
State of receive carrier detection (V2.4 signal 109 and RS-232 signal DCD)
Definition at line 126 of file CDCNotifications.h.
uint16_t bTxCarrier |
State of transmission carrier
Definition at line 126 of file CDCNotifications.h.
uint16_t reserved |
Reserved
Definition at line 126 of file CDCNotifications.h.