Contiki 3.x
Functions
slip-arch.c File Reference

Arch-specific SLIP functions for the cc2538. More...

#include "contiki-conf.h"
#include "dev/slip.h"
#include "dev/uart.h"
#include "usb/usb-serial.h"

Go to the source code of this file.

Functions

void slip_arch_writeb (unsigned char c)
 Write a byte over SLIP. More...
 
void slip_arch_init (unsigned long ubr)
 Initialise the arch-specific SLIP driver. More...
 

Detailed Description

Arch-specific SLIP functions for the cc2538.

SLIP can be configured to operate over UART or over USB-Serial, depending on the value of SLIP_ARCH_CONF_USB

Definition in file slip-arch.c.