DBGU_PutChar
Default mainpageat91libperipheralsdbguDBGU_PutChar
Description Source Call Graph
DBGU_PutChar
Outputs a character on the DBGU line.
 
Syntax / parameters
void DBGU_PutChar (unsigned char c)

Name Type Default Description
c unsigned char
  Character to send.
Description
Outputs a character on the DBGU line.

Notes
  • This function is synchronous (i.e. uses polling).
  •  
    Source
    The documentation for this Member was generated from the following files:
  • dbgu.c