![]() |
Contiki-NG
|
Files | |
| file | slip-arch.c |
| Implementation of SLIP driver for CC13xx/CC26xx. | |
Functions | |
| void | slip_arch_writeb (unsigned char c) |
| Write a single byte over SLIP. | |
| void | slip_arch_init (void) |
| Initialize the SLIP driver. | |
| 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 uart0_init(), and uart0_set_callback().
| void slip_arch_writeb | ( | unsigned char | c | ) |
Write a single byte over SLIP.
| c | The byte to write. |
Definition at line 53 of file slip-arch.c.
References uart0_write().