Collaboration diagram for Initialization and de-initialization functions:Functions | |
| error_status_t | ll_uart_deinit (uart_regs_t *UARTx) |
| De-initialize UART registers (Registers restored to their default values). More... | |
| error_status_t | ll_uart_init (uart_regs_t *UARTx, 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... | |
| error_status_t ll_uart_deinit | ( | uart_regs_t * | UARTx | ) |
De-initialize UART registers (Registers restored to their default values).
| UARTx | UART instance |
| An | error_status_t enumeration value:
|
| error_status_t ll_uart_init | ( | uart_regs_t * | UARTx, |
| 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. |
| An | error_status_t enumeration value:
|
| 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 |