UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
Data Structures
uart.c File Reference

UART Driver - uos3-proto board. More...

Go to the source code of this file.

Data Structures

struct  UART
 
typedef struct UART UART
 
static UART UART_uarts [3]
 
void UART_init (uint8_t uart_num, uint32_t baudrate)
 
char UART_getc (uint8_t uart_num)
 
void UART_putc (uint8_t uart_num, char c)
 
void UART_puts (uint8_t uart_num, char *str)
 
void UART_putb (uint8_t uart_num, char *str, uint32_t len)
 
bool UART_getc_nonblocking (uint8_t uart_num, char *c)
 
bool UART_putc_nonblocking (uint8_t uart_num, char c)
 
bool UART_puts_nonblocking (uint8_t uart_num, char *str)
 
bool UART_putb_nonblocking (uint8_t uart_num, char *str, uint32_t len)
 
bool UART_busy (uint8_t uart_num)
 
bool UART_charsAvail (uint8_t uart_num)
 

Detailed Description

UART Driver - uos3-proto board.

Definition in file uart.c.