Go to the source code of this file.
Define Documentation
#define BASE_ADDRESS 0x8800 |
#define CTRL_DATA_OUT 0x80 |
#define DATA_LOW_REG *((volatile BYTE *)BASE_ADDRESS+DATA_LOW) |
#define DATA_HIGH_REG *((volatile BYTE *)BASE_ADDRESS+DATA_HIGH) |
#define ADDRESS_LOW_REG *((volatile BYTE *)BASE_ADDRESS+ADDRESS_LOW) |
#define ADDRESS_HIGH_REG *((volatile BYTE *)BASE_ADDRESS+ADDRESS_HIGH) |
#define CTRL_REG *((volatile BYTE *)BASE_ADDRESS+CTRL) |
#define DELAY_CE_WRITE |
( |
| ) |
|
#define DELAY_WRITE_CE |
( |
| ) |
|
#define DELAY_CE_READ |
( |
| ) |
|
#define DELAY_READ |
( |
| ) |
_NOP();_NOP(); _NOP();_NOP() |
#define DELAY_READ_CE |
( |
| ) |
|
Enumeration Type Documentation
- Enumerator:
-
Definition at line 94 of file pcmcia.c.
Function Documentation
void pcmcia_WriteMem |
( |
WORD |
wAddress, |
|
|
WORD |
wData |
|
) |
| |
void pcmcia_WriteReg |
( |
WORD |
wAddress, |
|
|
WORD |
wData |
|
) |
| |