Go to the documentation of this file.
45 #define UART0_BAUD2UBR(baud) ((MSP430_CPU_SPEED)/(baud))
47 void uart0_set_input(
int (*input)(
unsigned char c));
48 void uart0_writeb(
unsigned char c);
49 void uart0_init(
unsigned long ubr);
50 uint8_t uart0_active(
void);