NUC472_NUC442_BSP V3.03.005
The Board Support Package for NUC472/NUC442
Modules | Macros | Variables
SCUART Exported Constants
Collaboration diagram for SCUART Exported Constants:

Modules

 SCUART Exported Functions
 

Macros

#define SCUART_CHAR_LEN_5
 
#define SCUART_CHAR_LEN_6
 
#define SCUART_CHAR_LEN_7
 
#define SCUART_CHAR_LEN_8
 
#define SCUART_PARITY_NONE
 
#define SCUART_PARITY_ODD
 
#define SCUART_PARITY_EVEN
 
#define SCUART_STOP_BIT_1
 
#define SCUART_STOP_BIT_2
 
#define SCUART_TIMEOUT_ERR
 

Variables

int32_t g_SCUART_i32ErrCode
 

Detailed Description

Macro Definition Documentation

◆ SCUART_CHAR_LEN_5

#define SCUART_CHAR_LEN_5

Set SCUART word length to 5 bits

Definition at line 32 of file scuart.h.

◆ SCUART_CHAR_LEN_6

#define SCUART_CHAR_LEN_6

Set SCUART word length to 6 bits

Definition at line 33 of file scuart.h.

◆ SCUART_CHAR_LEN_7

#define SCUART_CHAR_LEN_7

Set SCUART word length to 7 bits

Definition at line 34 of file scuart.h.

◆ SCUART_CHAR_LEN_8

#define SCUART_CHAR_LEN_8

Set SCUART word length to 8 bits

Definition at line 35 of file scuart.h.

◆ SCUART_PARITY_EVEN

#define SCUART_PARITY_EVEN

Set SCUART transfer with even parity

Definition at line 39 of file scuart.h.

◆ SCUART_PARITY_NONE

#define SCUART_PARITY_NONE

Set SCUART transfer with no parity

Definition at line 37 of file scuart.h.

◆ SCUART_PARITY_ODD

#define SCUART_PARITY_ODD

Set SCUART transfer with odd parity

Definition at line 38 of file scuart.h.

◆ SCUART_STOP_BIT_1

#define SCUART_STOP_BIT_1

Set SCUART transfer with one stop bit

Definition at line 41 of file scuart.h.

◆ SCUART_STOP_BIT_2

#define SCUART_STOP_BIT_2

Set SCUART transfer with two stop bits

Definition at line 42 of file scuart.h.

◆ SCUART_TIMEOUT_ERR

#define SCUART_TIMEOUT_ERR

SCUART operation abort due to timeout error

Definition at line 44 of file scuart.h.

Variable Documentation

◆ g_SCUART_i32ErrCode

int32_t g_SCUART_i32ErrCode
extern

SCUART global error code

Definition at line 27 of file scuart.c.