Contiki-NG
Files | Functions

Files

 

Functions

void slip_arch_writeb (unsigned char c)
 Write a single byte over SLIP. More...
 
void slip_arch_init (void)
 Initialize the SLIP driver. More...
 

Detailed Description

Function Documentation

◆ slip_arch_init()

void slip_arch_init ( void  )

Initialize the SLIP driver.

Initalize the RS232 port and the SLIP driver.

Definition at line 62 of file slip-arch.c.

References slip_input_byte(), uart0_init(), and uart0_set_callback().

◆ slip_arch_writeb()

void slip_arch_writeb ( unsigned char  c)

Write a single byte over SLIP.

Parameters
cThe byte to write.

Definition at line 53 of file slip-arch.c.