libpruio  0.2
Input/Output driver for digital/analog lines on Beagleboard hardware
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pruio.hp
Go to the documentation of this file.
1 #ifdef FOR_DOXYGEN_ONLY
2 
77 #endif
78 
79 #define PRUIO_IRPT 25
80 
81 #define PRUIO_AZ_BALL 109
82 #define PRUIO_AZ_GPIO 3
83 #define PRUIO_AZ_PWMSS 2
84 
85 #define PRUIO_COM_GPIO_CONF 10
86 #define PRUIO_COM_GPIO_OUT 11
87 #define PRUIO_COM_PWM 30
88 #define PRUIO_COM_PWM_CAP 31
89 #define PRUIO_COM_CAP 32
90 #define PRUIO_COM_QEP 33
91 #define PRUIO_COM_ADC 50
92 
93 #define PRUIO_DAT_GPIO 64
94 #define PRUIO_DAT_PWM 128
95 #define PRUIO_DAT_ADC 224
96 #define PRUIO_DAT_ALL 512
97 
98 #define PRUIO_MSG_INIT_RUN 4294967295
99 #define PRUIO_MSG_CONF_RUN 4294967294
100 #define PRUIO_MSG_INIT_OK 4294967293
101 #define PRUIO_MSG_CONF_OK 4294967292
102 #define PRUIO_MSG_ADC_ERRR 4294967291
103 #define PRUIO_MSG_MM_WAIT 4294967290
104 #define PRUIO_MSG_MM_TRG1 4294967289
105 #define PRUIO_MSG_MM_TRG2 4294967288
106 #define PRUIO_MSG_MM_TRG3 4294967287
107 #define PRUIO_MSG_MM_TRG4 4294967286
108 #define PRUIO_MSG_IO_OK 4294967285