RTEMS 6.1-rc5
|
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) |
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.
#define Z8x36_STATE0 |