#include <stdint.h>
Go to the source code of this file.
◆ imx8mp_uart_getc()
imx8mp_uart_getc – receive a single character from the UART
◆ imx8mp_uart_putc()
| void imx8mp_uart_putc |
( |
char |
c | ) |
|
|
extern |
imx8mp_uart_putc – put a single character on the UART
- Parameters
-
◆ imx8mp_uart_puts()
| void imx8mp_uart_puts |
( |
const char * |
s | ) |
|
|
extern |
imx8mp_uart_puts – put a collection of character on the UART
- Parameters
-
◆ XE_iMX8MP_UART_Initialize()
| void XE_iMX8MP_UART_Initialize |
( |
uint64_t |
base | ) |
|
|
extern |
XE_iMX8MP_UART_Initialize – initialize the uart serial controller.