|
Contiki 3.x
|
Files | |
| file | uart0.c |
| Contiki compatible UART driver. | |
| file | uart0.h |
| A header file for Contiki compatible UART driver. | |
Functions | |
| void | uart0_set_input (int(*input)(unsigned char c)) |
| void | uart0_init (unsigned long ubr) |
| Initialize the RS232 port. More... | |
| void uart0_init | ( | unsigned long | ubr | ) |
Initialize the RS232 port.
Initalize the RS232 port.
Definition at line 104 of file uart0.c.
References ringbuf_init(), rxbuf, and transmitting().
Referenced by main().
1.8.6