Enum SerialStopBits

Prototype

typedef enum {
  ASRL_STOP_ONE = 10,
  ASRL_STOP_ONE5 = 15,
  ASRL_STOP_TWO = 20
} SerialStopBits;