XenevaOS
Loading...
Searching...
No Matches
Functions
imx8mp_uartc.h File Reference
#include <stdint.h>
Include dependency graph for imx8mp_uartc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void XE_iMX8MP_UART_Initialize (uint64_t base)
 XE_iMX8MP_UART_Initialize – initialize the uart serial controller.
 
void imx8mp_uart_putc (char c)
 imx8mp_uart_putc – put a single character on the UART
 
void imx8mp_uart_puts (const char *s)
 imx8mp_uart_puts – put a collection of character on the UART
 
int imx8mp_uart_getc ()
 imx8mp_uart_getc – receive a single character from the UART
 

Function Documentation

◆ imx8mp_uart_getc()

int imx8mp_uart_getc ( )
extern

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
c– character to put

◆ imx8mp_uart_puts()

void imx8mp_uart_puts ( const char *  s)
extern

imx8mp_uart_puts – put a collection of character on the UART

Parameters
s– String to send

◆ XE_iMX8MP_UART_Initialize()

void XE_iMX8MP_UART_Initialize ( uint64_t  base)
extern

XE_iMX8MP_UART_Initialize – initialize the uart serial controller.