Wrapper structure for PwmssUdt. More...
#include <src/c_include/pruio.h>

Public Attributes | |
| pruIo * | Top |
| pointer to the calling PruIo instance | |
| pwmssSet * | Init [PRUIO_AZ_PWMSS+1] |
| Initial subsystem configuration, used in the destructor PruIo::~PruIo(). | |
| pwmssSet * | Conf [PRUIO_AZ_PWMSS+1] |
| Current subsystem configuration, used in PruIo::config(). | |
| pwmssArr * | Raw [PRUIO_AZ_PWMSS+1] |
| Pointer to current raw subsystem data (IO). | |
| uint32 | InitParA |
| Offset to read data block offset. | |
| const uint16 | PwmMod |
| < Value for ECCTL2 in PWM mode (&b1011010000). | |
| const uint16 | CapMod |
| Value for ECCTL2 in CAP mode (&b0011010110). | |