Contiki-NG
uart-arch.c File Reference

UART implementation for the gecko. More...

#include "contiki.h"
#include "uartdrv.h"
#include "sl_uartdrv_instances.h"

Go to the source code of this file.

Functions

void uart_write (unsigned char *s, unsigned int len)
 Writes to the UART driver. More...
 
void uart_set_input (int(*input)(unsigned char c))
 Sets the input handler called in the event handler. More...
 
void uart_init (void)
 Initializa the UART driver.
 

Detailed Description

UART implementation for the gecko.

Author
Yago Fontoura do Rosario yago..nosp@m.rosa.nosp@m.rio@h.nosp@m.otma.nosp@m.il.co.nosp@m.m.br

Definition in file uart-arch.c.