RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Data Structures | Macros
z8036.h File Reference

Zilog Z8036 Counter/Timer/IO Chip. More...

Go to the source code of this file.

Data Structures

struct  z8036_map
 

Macros

#define Z8036(ptr)   ((volatile struct z8036_map *)(ptr))
 
#define Z8x36_STATE0
 
#define Z8x36_WRITE(z8036, reg, data)    (Z8036(z8036))->reg = (data)
 
#define Z8x36_READ(z8036, reg, data)    (Z8036(z8036))->reg = (data)
 

Detailed Description

Zilog Z8036 Counter/Timer/IO Chip.

This include file defines information related to a Zilog Z8036 Counter/Timer/IO Chip. It is a memory mapped part.

Note
This file shares as much as possible with the include file for the Z8536 via z8x36.h.

Macro Definition Documentation

◆ Z8x36_STATE0

#define Z8x36_STATE0
Value:
( z8036 ) \
{ /*char *garbage = *(Z8036(z8036))->???; */ }