drivers/service/MicoGPIOService.h

Sat, 06 Aug 2011 01:43:24 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Sat, 06 Aug 2011 01:43:24 +0100
changeset 1
dfc32cad81ba
parent 0
267b5a25932f
permissions
-rw-r--r--

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

     1 #ifndef MICO32_GPIOSERVICE_HEADER_FILE
     2 #define MICO32_GPIOSERVICE_HEADER_FILE
     5 #ifdef __cplusplus
     6 extern "C"
     7 {
     8 #endif /* __cplusplus */
    12 #ifdef __cplusplus
    13 };
    14 #endif /* __cplusplus */
    17 #endif /* MICO32_GPIOSERVICE_HEADER_FILE */