|
#define | AM33XX |
| tell pruss_intc_mapping.bi that we use ARM33xx More...
|
|
#define | PRUIO_CHAN /* CHANNEL5 */ |
| common macros, shared with PRU pasm compiler More...
|
|
#define | PRUIO_MASK /* PRU_EVTOUT5_HOSTEN_MASK */ |
| the mask to enable PRU interrupts (must match PRUIO_IRPT) More...
|
|
#define | PRUIO_EMAP /* PRU_EVTOUT5 */ |
| the event for PRU messages (mapping, must match PRUIO_IRPT) More...
|
|
#define | PRUIO_EVNT /* PRU_EVTOUT_5 */ |
| the event for PRU messages (must match PRUIO_IRPT) More...
|
|
#define | PRUIO_DEF_AVRAGE /* 4 */ |
| the default setting for avaraging More...
|
|
#define | PRUIO_DEF_ODELAY /* 183 */ |
| the default value for open delay in channel settings More...
|
|
#define | PRUIO_DEF_SDELAY /* 0 */ |
| the default value for sample delay in channel settings More...
|
|
#define | PRUIO_DEF_PRUSS /* 1 */ |
| the default PRU subsystem to use More...
|
|
#define | PRUIO_DEF_SAMPLS /* 0 */ |
| the default number of samples to use (configures single mode) More...
|
|
#define | PRUIO_DEF_STPMSK /* &b111111110 */ |
| the default step mask (steps 1 to 8 for AIN0 to AIN7, no charge step) More...
|
|
#define | PRUIO_DEF_TIMERV /* 0 */ |
| the default timer value (sampling rate) More...
|
|
#define | PRUIO_DEF_LSLMOD /* 4 */ |
| the default bit mode (4 = 16 bit encoding) More...
|
|
#define | PRUIO_DEF_CLKDIV /* 0 */ |
| the default clock divisor (0 = full speed AFE = 2.4 MHz) More...
|
|
#define | PRUIO_IN /* &b00101111 */ |
| convenience macro to configure an input pin without pullup or pulldown More...
|
|
#define | PRUIO_IN_0 /* &b00100111 */ |
| convenience macro to configure an low input pin (with pulldown resistor) More...
|
|
#define | PRUIO_IN_1 /* &b00110111 */ |
| convenience macro to configure an high input pin (with pullup resistor) More...
|
|
#define | PRUIO_OUT0 /* &b00001111 */ |
| convenience macro to configure an output pin initial low More...
|
|
#define | PRUIO_OUT1 /* &b10001111 */ |
| convenience macro to configure an output pin initial high More...
|
|
#define | PRUIO_PIN_RESET /* &b11111111 */ |
| convenience macro to re-configure a pin to its original (initial) state More...
|
|
FreeBASIC header file for libpruio.
Header file for including libpruio to FreeBASIC programs. It contains the declarations.
Definition in file pruio.bi.