Wrapper structure for TimerUdt. More...
#include <src/c_include/pruio.h>
Public Attributes | |
pruIo * | Top |
Pointer to the calling PruIo instance. | |
timerSet * | Init [PRUIO_AZ_GPIO+1] |
Initial subsystem configuration, used in the destructor PruIo::~PruIo(). | |
timerSet * | Conf [PRUIO_AZ_GPIO+1] |
Current subsystem configuration, used in PruIo::config(). | |
timerArr * | Raw [PRUIO_AZ_GPIO+1] |
Pointer to current raw subsystem data (IO), all 32 bits. | |
uint32 | InitParA |
< Offset to read data block offset. | |
uint32 | PwmMode |
< Control register for PWM output mode. | |
uint32 | TimMode |
< Control register for Timer mode. | |
uint32 | TimHigh |
< Control register for Timer high. | |
uint32 | Tim_Low |
< Control register for Timer low. | |
uint32 | CapMode |
Control register for CAP input mode. | |
char * | E0 |
< Common error message. | |
char | E1 |
< Common error message. | |
char | E2 |
Common error message. | |