beautypg.com

Zilog header files, Table 13, Nonstandard header files – Zilog Z8F0130 User Manual

Page 250: And described in the

background image

Using the ANSI C-Compiler

UM013037-1212

226

Zilog Developer Studio II – Z8 Encore!
User Manual

The Zilog-specific header files are located in the following directory:

<ZDS Installation Directory>\include\zilog

In the above filepath, <ZDS Installation Directory> is the directory in which Zilog Devel-
oper Studio was installed. By default, this path is:

C:\Program Files\Zilog\ZDSII_Z8ENCORE!_

In the above filepath, <version> can be

4.11.0

or

5.0.0.

All external identifiers declared in any of the headers are reserved, whether or not the asso-
ciated header is included. All external identifiers and macro names that begin with an
underscore are also reserved. If the program redefines a reserved external identifier, even
with a semantically equivalent form, the behavior is indeterminate.

Zilog Header Files

The Zilog header files are described in the following sections:

Architecture-Specific Functions

– see page 226

Nonstandard I/O Functions

– see page 227

Architecture-Specific Functions

A Z8 Encore!-specific header file <

eZ8.h

> is provided that has prototypes for Zilog-spe-

cific C library functions and macro definitions.

Macros

<

eZ8.h

> has the macro definitions for all Z8 Encore! microcontroller peripheral registers.

For example:

Table 47. Nonstandard Header Files

Header

Description

Z8 Encore! defines and functions

Serial input/output functions

T0H

Expands to (*(unsigned char volatile near*)0xF00)

Note:

Note: