Sapphire SoC DS Sapphire SoC UG Sapphire HP SoC DS Sapphire HP SoC UG RISC-V Embedded IDE UG Board Support Package
Loading...
Searching...
No Matches

Overview

Enums used by the driver.

Enumerations

enum  cfg_dataLength_t { BITS_6 = 6 , BITS_7 = 7 , BITS_8 = 8 }
 UART data Length. More...
enum  cfg_dataParity_t { NONE = 0 , EVEN = 1 , ODD = 2 }
 UART data Parity. More...
enum  cfg_stopBits_t { ONE = 0 , TWO = 1 }
 UART Stop Bits. More...

Enumeration Type Documentation

◆ cfg_dataLength_t

#include <uart.h>

UART data Length.

Enumerator
BITS_6 

6-bit data length *‍/

BITS_7 

7-bit data length *‍/

BITS_8 

8-bit data length *‍/

Definition at line 49 of file uart.h.

◆ cfg_dataParity_t

#include <uart.h>

UART data Parity.

Enumerator
NONE 

No Parity *‍/.

EVEN 

Even Parity *‍/.

ODD 

Odd Parity *‍/.

Definition at line 56 of file uart.h.

◆ cfg_stopBits_t

#include <uart.h>

UART Stop Bits.

Enumerator
ONE 

One Stop Bit *‍/.

TWO 

Two Stop Bits *‍/.

Definition at line 63 of file uart.h.