Sat, 06 Aug 2011 01:43:24 +0100
Update to latest Lattice code dump (LM32 V3.8, GPIO V3.2)
Version : 3.2
Mod. Data : Jun 6, 2010
Changes Made : 1. Provide capability to read/write bytes (when GPIO larger than 8 bits wide)
2. Provide capability to use a 32-bit or 8-bit data bus on the WISHBONE slave port
3. Perform a big-endian to little-endian conversion in hardware
| philpem@0 | 1 | #ifndef MICO32_GPIOSERVICE_HEADER_FILE |
| philpem@0 | 2 | #define MICO32_GPIOSERVICE_HEADER_FILE |
| philpem@0 | 3 | |
| philpem@0 | 4 | |
| philpem@0 | 5 | #ifdef __cplusplus |
| philpem@0 | 6 | extern "C" |
| philpem@0 | 7 | { |
| philpem@0 | 8 | #endif /* __cplusplus */ |
| philpem@0 | 9 | |
| philpem@0 | 10 | |
| philpem@0 | 11 | |
| philpem@0 | 12 | #ifdef __cplusplus |
| philpem@0 | 13 | }; |
| philpem@0 | 14 | #endif /* __cplusplus */ |
| philpem@0 | 15 | |
| philpem@0 | 16 | |
| philpem@0 | 17 | #endif /* MICO32_GPIOSERVICE_HEADER_FILE */ |