Wrapper structure for GpioUdt. More...
#include <src/c_include/pruio.h>
Public Attributes | |
pruIo * | Top |
pointer to the calling PruIo instance | |
gpioSet * | Init [PRUIO_AZ_GPIO+1] |
Initial subsystem configuration, used in the destructor PruIo::~PruIo(). | |
gpioSet * | Conf [PRUIO_AZ_GPIO+1] |
Current subsystem configuration, used in PruIo::config(). | |
gpioArr * | Raw [PRUIO_AZ_GPIO+1] |
Pointer to current raw subsystem data (IO), all 32 bits. | |
uint32 | InitParA |
Offset to read data block offset. | |
uint32 | Mask |
The bit mask to manipulate. | |
uint8 | Mode |
The mode for pinmuxing. | |
uint8 | Indx |
The GPIO subsystem index. | |
uint8 | Fe1 |
Future expansion. | |
uint8 | Fe2 |
Future expansion. | |