Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
uart.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void uart_init (int baud_crystal_hz, int baud_rate, int cpu_hz)
 

Variables

int cpu_cycles_per_uart_transfer
 

Function Documentation

◆ uart_init()

void uart_init ( int  baud_crystal_hz,
int  baud_rate,
int  cpu_hz 
)

Definition at line 28 of file uart.c.

Variable Documentation

◆ cpu_cycles_per_uart_transfer

int cpu_cycles_per_uart_transfer

Definition at line 26 of file uart.c.