EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 106

no-image

EZ800000100STS

Manufacturer Part Number
EZ800000100STS
Description
SOFTWARE TCP/IP SOURCE CODE
Manufacturer
Zilog
Type
Protocol Stackr
Datasheets

Specifications of EZ800000100STS

Tool Type
Programming Software
Core Architecture
Z8
For Use With/related Products
eZ80 Acclaim! MCU
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
98
Zilog TCP/IP Stack API
eZ80
xc_fprintf
Definitions and Codes
®
CPU
Include
Prototype
Description
#include "xc_lib.h"
INT16 xc_fprintf (RZK_DEVICE_CB_t * descriptor, INT8
*format,...)
Print formatted text to the device specified in the
The
format to use in printing its remaining arguments to a device identified by
first argument. The format contains simple text and special format codes
that are identified by a preceding percent (%) character.
In addition, the following can be inserted between the % and the format
code to modify the output:
b
c
d
o
s
u
x
%
An integer specifying the minimum field width.
A minus sign, indicating left justification.
The letter
xc_fprintf
Print an int as a binary number.
Print a single character.
Print an int as a decimal number.
Print an int as an octal number.
Print a string.
Print an unsigned int as a decimal number.
Print an int as a hexadecimal number.
Print a % character.
l
, indicating a long data type.
function interprets its second argument as an ASCII
descriptor
RM004012-0707
parameter.

Related parts for EZ800000100STS