Contiki-NG
Files | Functions

Files

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

Functions

void uart0_init (unsigned long ubr)
 Initialize the RS232 port. More...
 

Detailed Description

Function Documentation

◆ uart0_init()

void uart0_init ( unsigned long  ubr)

Initialize the RS232 port.

Initalize the RS232 port.

Definition at line 100 of file uart0.c.

References config(), ringbuf_init(), and transmitting().

Referenced by platform_init_stage_two(), and slip_arch_init().