Macros
InitStrcut default configuartion
Peripheral Driver
»
LL Driver
»
UART
»
Defines
»
UART Exported Constants
Macros
#define
LL_UART_DEFAULT_CONFIG
LL UART InitStrcut default configuartion.
More...
Detailed Description
Macro Definition Documentation
◆
LL_UART_DEFAULT_CONFIG
#define LL_UART_DEFAULT_CONFIG
Value:
{ \
.baud_rate = 9600U, \
.data_bits =
LL_UART_DATABITS_8B
, \
.stop_bits =
LL_UART_STOPBITS_1
, \
.parity =
LL_UART_PARITY_NONE
, \
.hw_flow_ctrl =
LL_UART_HWCONTROL_NONE
, \
}
LL UART InitStrcut default configuartion.
Definition at line
226
of file
gr55xx_ll_uart.h
.
LL_UART_PARITY_NONE
#define LL_UART_PARITY_NONE
Definition:
gr55xx_ll_uart.h:156
LL_UART_HWCONTROL_NONE
#define LL_UART_HWCONTROL_NONE
Definition:
gr55xx_ll_uart.h:183
LL_UART_DATABITS_8B
#define LL_UART_DATABITS_8B
Definition:
gr55xx_ll_uart.h:169
LL_UART_STOPBITS_1
#define LL_UART_STOPBITS_1
Definition:
gr55xx_ll_uart.h:175