#include <A31G12x_hal_uartn.h>
Data Fields | |
uint32_t | Baudrate |
UARTn_DATA_BIT_Type | Databits |
UARTn_PARITY_BIT_Type | Parity |
UARTn_STOP_BIT_Type | Stopbits |
UARTn Configuration Structure definition
Definition at line 168 of file A31G12x_hal_uartn.h.
uint32_t Baudrate |
Baud Rate
Definition at line 170 of file A31G12x_hal_uartn.h.
Referenced by debug_frmwrk_init(), HAL_UART_ConfigStructInit(), and HAL_UART_Init().
UARTn_DATA_BIT_Type Databits |
Number of Data Bits, should be:
Definition at line 171 of file A31G12x_hal_uartn.h.
Referenced by HAL_UART_ConfigStructInit(), and HAL_UART_Init().
UARTn_PARITY_BIT_Type Parity |
Number of Parity Bits, should be:
Definition at line 177 of file A31G12x_hal_uartn.h.
Referenced by HAL_UART_ConfigStructInit(), and HAL_UART_Init().
UARTn_STOP_BIT_Type Stopbits |
Number of Stop Bits, should be:
Definition at line 184 of file A31G12x_hal_uartn.h.
Referenced by HAL_UART_ConfigStructInit(), and HAL_UART_Init().