Contiki-NG
Files | Functions

Files

file  uart0.c
 A header file for Contiki compatible UART driver.
 
file  uart0.h
 A header file for Contiki compatible UART driver.
 

Functions

void uart0_init (unsigned long ubr)
 Initalize the RS232 port. More...
 
void uart0_init ()
 Initializes the UART driver.
 

Detailed Description

Function Documentation

◆ uart0_init()

void uart0_init ( unsigned long  ubr)

Initalize the RS232 port.

Initalize the RS232 port.

Definition at line 85 of file uart0.c.

References ringbuf_init(), and transmitting().

Referenced by platform_init_stage_two(), and slip_arch_init().