Contiki-NG
Loading...
Searching...
No Matches

Files

file  dbg-arch.c
 Debug driver for the nRF.
 

Functions

int dbg_putchar (int c)
 Print a character to debug output.
 
unsigned int dbg_send_bytes (const unsigned char *s, unsigned int len)
 Print a stream of bytes.
 

Detailed Description

Function Documentation

◆ dbg_putchar()

int dbg_putchar ( int c)

Print a character to debug output.

Parameters
cCharacter to print
Returns
Printed character

Definition at line 85 of file dbg-arch.c.

◆ dbg_send_bytes()

unsigned int dbg_send_bytes ( const unsigned char * seq,
unsigned int len )

Print a stream of bytes.

Parameters
seqA pointer to the stream
lenThe number of bytes to print
Returns
The number of printed bytes

Definition at line 98 of file dbg-arch.c.

References dbg_putchar().