XenevaOS
Loading...
Searching...
No Matches
imx8mp_uartc.h
Go to the documentation of this file.
1
32#ifndef __IMX8MP_UART_C_H__
33#define __IMX8MP_UART_C_H__
34
35#include <stdint.h>
36
41
46extern void imx8mp_uart_putc(char c);
47
52extern void imx8mp_uart_puts(const char* s);
53
58extern int imx8mp_uart_getc();
59
60#endif
COMPILER_DEPENDENT_UINT64 uint64_t
Definition acefiex.h:165
void XE_iMX8MP_UART_Initialize(uint64_t base)
XE_iMX8MP_UART_Initialize – initialize the uart serial controller.
int imx8mp_uart_getc()
imx8mp_uart_getc – receive a single character from the UART
void imx8mp_uart_puts(const char *s)
imx8mp_uart_puts – put a collection of character on the UART
void imx8mp_uart_putc(char c)
imx8mp_uart_putc – put a single character on the UART