Power PMAC Clipper User Manual
Connections and Software Setup
55
An M-variable can be assigned to an individual bit of an element, or to a consecutive set of bits. When the
assignment is made through the IDE, an application-specific name can be given to the variable. For
example:
ptr LaserOn->Clipper[0].GpioData[0].21 // 1-bit value
ptr OverrideKnob->Clipper[1].GpioData[0].24.4 // 4-bit value
Once the assignment is made, the application can use the declared variable name in the application.