openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches
lpc17_uart.c File Reference
#include "lpc17_clock.h"
#include "lpc17_uart.h"
#include "LPC176x5x.h"
Include dependency graph for lpc17_uart.c:

Functions

int lpc17_uart0_init (uint32_t baud, uint32_t cpu_clk)
 
int lpc17_uart0_write_blocking (const uint8_t *buffer, size_t len)
 
int lpc17_uart0_write_str_blocking (const char *buffer)
 

Function Documentation

◆ lpc17_uart0_init()

int lpc17_uart0_init ( uint32_t baud,
uint32_t cpu_clk )

◆ lpc17_uart0_write_blocking()

int lpc17_uart0_write_blocking ( const uint8_t * buffer,
size_t len )

◆ lpc17_uart0_write_str_blocking()

int lpc17_uart0_write_str_blocking ( const char * buffer)