You're reading the documentation for an older, but still supported version (GL013300).
For information on the latest version, please have a look at GL013301.

STOP_BITS

This is an enumerated constant about Stopbits indicating the end of a frame during serial communication, and is defined as follows.

Rank

Constant Name

Description

0

STOPBITS_ONE

1 bit

1

STOPBITS_TWO

2 bits

Defined in: DRFC.h

typedef enum {
    STOPBITS_ONE = 1,
    STOPBITS_TWO
} STOP_BITS;