|
Contiki 3.x
|
CC13xx/CC26xx CPU-specific functions for debugging and SLIP I/O. More...
Files | |
| file | dbg.h |
| Header file for the CC13xx/CC26xx Debug I/O module. | |
| file | debug-uart.h |
| This file is here because DBG I/O expects it to be. | |
| file | slip-arch.c |
| Arch-specific SLIP functions for the CC13xx/CC26xx. | |
Functions | |
| unsigned int | dbg_send_bytes (const unsigned char *seq, unsigned int len) |
| Print a stream of bytes. More... | |
| 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... | |
CC13xx/CC26xx CPU-specific functions for debugging and SLIP I/O.
| 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 |
This function is an arch-specific implementation required by the dbg-io API in cpu/arm/common/dbg-io. It prints a stream of bytes over the peripheral used by the platform.
| seq | A pointer to the stream |
| len | The number of bytes to print |
This function is an arch-specific implementation required by the dbg-io API in cpu/arm/common/dbg-io. It prints a stream of bytes over the peripheral used by the platform.
| seq | A pointer to the stream |
| len | The number of bytes to print |
| seq | A pointer to the stream |
| len | The number of bytes to print |
This function is an arch-specific implementation required by the dbg-io API in cpu/arm/common/dbg-io. It prints a stream of bytes over the peripheral used by the platform.
| seq | A pointer to the stream |
| len | The number of bytes to print |
| seq | A pointer to the stream |
| len | The number of bytes to print |
This function is an arch-specific implementation required by the dbg-io API in cpu/arm/common/dbg-io. It prints a stream of bytes over the peripheral used by the platform.
| seq | A pointer to the stream |
| len | The number of bytes to print |
Definition at line 71 of file debug-uart.c.
| void slip_arch_init | ( | unsigned long | ubr | ) |
Initialise the arch-specific SLIP driver.
Initalize the RS232 port and the SLIP driver.
| ubr | Ignored for the cc26xx |
Definition at line 59 of file slip-arch.c.
References cc26xx_uart_set_input(), and slip_input_byte().
| void slip_arch_writeb | ( | unsigned char | c | ) |
Write a byte over SLIP.
Copyright (c) 2014, Analog Devices, Inc.
| c | the byte |
Definition at line 49 of file slip-arch.c.
References cc26xx_uart_write_byte().
1.8.6