Functions | |
void | ll_uart_deinit (uart_regs_t *UARTx) |
De-initialize UART registers (Registers restored to their default values). More... | |
void | ll_uart_init (uart_regs_t *UARTx, const ll_uart_init_t *p_uart_init) |
Initialize UART registers according to the specified parameters in p_uart_init. More... | |
void | ll_uart_struct_init (ll_uart_init_t *p_uart_init) |
Set each field of a ll_uart_init_t type structure to default value. More... | |
void ll_uart_deinit | ( | uart_regs_t * | UARTx | ) |
De-initialize UART registers (Registers restored to their default values).
UARTx | UART instance |
void ll_uart_init | ( | uart_regs_t * | UARTx, |
const ll_uart_init_t * | p_uart_init | ||
) |
Initialize UART registers according to the specified parameters in p_uart_init.
UARTx | UART instance |
p_uart_init | Pointer to a ll_uart_init_t structure that contains the configuration information for the specified UART peripheral. |
void ll_uart_struct_init | ( | ll_uart_init_t * | p_uart_init | ) |
Set each field of a ll_uart_init_t type structure to default value.
p_uart_init | Pointer to a ll_uart_init_t structure whose fields will be set to default values. |
None |