comparison nuc-fw/bsp/armio.h @ 113:3b2e941043d8

nuc-fw/bsp: niq32.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 20 Oct 2013 21:12:41 +0000
parents 91460c8957f0
children
comparison
equal deleted inserted replaced
112:4179acab05f7 113:3b2e941043d8
52 52
53 #define ARMIO_FALLING_EDGE (0) 53 #define ARMIO_FALLING_EDGE (0)
54 #define ARMIO_RISING_EDGE (1) 54 #define ARMIO_RISING_EDGE (1)
55 55
56 #if (CHIPSET != 12) 56 #if (CHIPSET != 12)
57 #define ARMIO_KEYPDAD_INT (0x0001) 57 #define ARMIO_KEYPAD_INT (0x0001)
58 #define ARMIO_KEYPDAD_INT ARMIO_KEYPAD_INT /* TI's misspelling */
58 #define ARMIO_GPIO_INT (0x0002) 59 #define ARMIO_GPIO_INT (0x0002)
59 60
60 #define ARMIO_MASKIT_KBD (0x0001) 61 #define ARMIO_MASKIT_KBD (0x0001)
61 #define ARMIO_MASKIT_GPIO (0x0002) 62 #define ARMIO_MASKIT_GPIO (0x0002)
62 63