#include "uart_drv.h"
#include "lib_mcu/uart/uart_bdr.h"
Go to the source code of this file.
Defines | |
#define | UART_CONFIG MSK_UART_8BIT |
#define | BAUDRATE 999 |
#define | AUTOBAUD 0 |
Functions | |
bit | uart_init (void) |
This function configures the UART configuration and timming following the constant definition of BAUDRATE and enables the UART controller. | |
r_uart_ptchar | uart_putchar (p_uart_ptchar uc_wr_byte) |
This function allows to send a character on the UART. | |
char | uart_getchar (void) |
This function allows to get a character from the UART. |
|
Definition at line 33 of file uart_lib.h. |
|
Definition at line 30 of file uart_lib.h. |
|
Definition at line 25 of file uart_lib.h. |
|
This function allows to get a character from the UART.
|
|
This function configures the UART configuration and timming following the constant definition of BAUDRATE and enables the UART controller.
|
|
This function allows to send a character on the UART.
|