openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches
lpc17_uart.h File Reference
#include <stdint.h>
#include <stddef.h>
Include dependency graph for lpc17_uart.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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)