![]() |
Contiki-NG
|
Files | |
| file | dbg-arch.c |
| Debug driver for the gecko. | |
Functions | |
| unsigned int | dbg_send_bytes (const unsigned char *s, unsigned int len) |
| Print a stream of bytes. | |
| int | dbg_putchar (int c) |
| Print a character to debug output. | |
| int dbg_putchar | ( | int | c | ) |
Print a character to debug output.
| c | Character to print |
Definition at line 61 of file dbg-arch.c.
References uart_write().
Referenced by dbg_send_bytes().
| unsigned int dbg_send_bytes | ( | const unsigned char * | seq, |
| unsigned int | len ) |
Print a stream of bytes.
| seq | A pointer to the stream |
| len | The number of bytes to print |
Definition at line 53 of file dbg-arch.c.
References uart_write().