#include <A31L12x_hal_lpuart.h>
Data Fields | |
uint32_t | BaseClock |
uint32_t | Baudrate |
LPUART_OVER_SAMPLING_Type | OverSampling |
LPUART_DATA_BIT_Type | DataBit |
LPUART_PARITY_BIT_Type | ParityBit |
LPUART_STOP_BIT_Type | StopBit |
Definition at line 139 of file A31L12x_hal_lpuart.h.
uint32_t BaseClock |
Definition at line 141 of file A31L12x_hal_lpuart.h.
Referenced by HAL_LPUART_ConfigStructInit(), and lpuart_set_divisors().
uint32_t Baudrate |
Definition at line 142 of file A31L12x_hal_lpuart.h.
Referenced by HAL_LPUART_ConfigStructInit(), and lpuart_set_divisors().
LPUART_DATA_BIT_Type DataBit |
Definition at line 146 of file A31L12x_hal_lpuart.h.
Referenced by HAL_LPUART_ConfigStructInit(), and HAL_LPUART_Init().
LPUART_OVER_SAMPLING_Type OverSampling |
Definition at line 144 of file A31L12x_hal_lpuart.h.
Referenced by HAL_LPUART_ConfigStructInit(), HAL_LPUART_Init(), and lpuart_set_divisors().
LPUART_PARITY_BIT_Type ParityBit |
Definition at line 147 of file A31L12x_hal_lpuart.h.
Referenced by HAL_LPUART_ConfigStructInit(), and HAL_LPUART_Init().
LPUART_STOP_BIT_Type StopBit |
Definition at line 148 of file A31L12x_hal_lpuart.h.
Referenced by HAL_LPUART_ConfigStructInit(), and HAL_LPUART_Init().