Wrapper structure for GpioUdt. More...
#include <src/c_wrapper/pruio.h>
Public Attributes | |
pruIo * | Top |
pointer to the calling PruIo instance | |
gpioSet * | Init [PRUIO_AZ_GPIO+1] |
initial device configuration, used in the destructor PruIo:~PruIo() | |
gpioSet * | Conf [PRUIO_AZ_GPIO+1] |
current device configuration, used in PruIo::config() | |
gpioArr * | Raw [PRUIO_AZ_GPIO+1] |
pointer to current raw device data (IO), all 32 bits | |
uint32 | InitParA |
offset to read data block offset | |