Modules

 UART Exported Constants
 
 UART Exported Macros
 
 UART Private Macros
 

Macros

#define UART_DEFAULT_CONFIG
 Default configuartion for initializing structure. More...
 

Detailed Description

Macro Definition Documentation

◆ UART_DEFAULT_CONFIG

#define UART_DEFAULT_CONFIG
Value:
{ \
.baud_rate = 9600, \
.data_bits = UART_DATABITS_8, \
.stop_bits = UART_STOPBITS_1, \
.parity = UART_PARITY_NONE, \
.hw_flow_ctrl = UART_HWCONTROL_NONE, \
.rx_timeout_mode = UART_RECEIVER_TIMEOUT_DISABLE, \
}

Default configuartion for initializing structure.

UART_DATABITS_8
#define UART_DATABITS_8
Definition: gr55xx_hal_uart.h:250
UART_HWCONTROL_NONE
#define UART_HWCONTROL_NONE
Definition: gr55xx_hal_uart.h:274
UART_PARITY_NONE
#define UART_PARITY_NONE
Definition: gr55xx_hal_uart.h:264
UART_RECEIVER_TIMEOUT_DISABLE
#define UART_RECEIVER_TIMEOUT_DISABLE
Definition: gr55xx_hal_uart.h:281
UART_STOPBITS_1
#define UART_STOPBITS_1
Definition: gr55xx_hal_uart.h:256