Macros
CDC SerialState bits
Collaboration diagram for CDC SerialState bits:

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)
 

Detailed Description

This page lists the bit map for CDC Serial States.

Macro Definition Documentation

◆ CDCSerialState_BREAK

#define CDCSerialState_BREAK   (1 << 2)

Indicates a break has been detected

Definition at line 68 of file CDCNotifications.h.

◆ CDCSerialState_FRAMING

#define CDCSerialState_FRAMING   (1 << 4)

Indicates a framing error has occurred

Definition at line 72 of file CDCNotifications.h.

◆ CDCSerialState_OVERRUN

#define CDCSerialState_OVERRUN   (1 << 6)

Indicates a data overrun error has occurred

Definition at line 76 of file CDCNotifications.h.

◆ CDCSerialState_PARITY

#define CDCSerialState_PARITY   (1 << 5)

Indicates a parity error has occurred

Definition at line 74 of file CDCNotifications.h.

◆ CDCSerialState_RINGSIGNAL

#define CDCSerialState_RINGSIGNAL   (1 << 3)

Indicates a ring signal has been detected

Definition at line 70 of file CDCNotifications.h.

◆ CDCSerialState_RXDRIVER

#define CDCSerialState_RXDRIVER   (1 << 0)

Indicates the receiver carrier signal is present

Definition at line 64 of file CDCNotifications.h.

◆ CDCSerialState_TXCARRIER

#define CDCSerialState_TXCARRIER   (1 << 1)

Indicates the transmission carrier signal is present

Definition at line 66 of file CDCNotifications.h.



inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:02