Contiki-NG
Loading...
Searching...
No Matches
uart0.h File Reference

eUSCI_A0 UART driver header for MSP430FR5969 More...

Go to the source code of this file.

Functions

void uart0_init (unsigned long ubr)
 Initialize eUSCI_A0 as the backchannel UART.

Detailed Description

eUSCI_A0 UART driver header for MSP430FR5969

Definition in file uart0.h.

Function Documentation

◆ uart0_init()

void uart0_init ( unsigned long ubr)

Initialize eUSCI_A0 as the backchannel UART.

Initalize the RS232 port.

Parameters
ubrIgnored; kept for API compatibility with other MSP430 UART drivers. The driver hard-codes 115200 baud at 8 MHz SMCLK; callers should pass 0.

Definition at line 139 of file uart0.c.