TTK4155 Ping-pong project
uart_driver.c File Reference
#include "general_header.h"
#include "uart_driver.h"
Include dependency graph for uart_driver.c:

Functions

int uart_init (uint16_t baud)
 
int uart_transmit (unsigned char data)
 
unsigned char uart_receive (void)
 
void test_uart (void)
 

Function Documentation

◆ test_uart()

void test_uart ( void  )

◆ uart_init()

int uart_init ( uint16_t  baud)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ uart_receive()

unsigned char uart_receive ( void  )
Here is the caller graph for this function:

◆ uart_transmit()

int uart_transmit ( unsigned char  data)
Here is the caller graph for this function: