Index

RegValue

A 32-bit unsigned integer value.

Input Format:

An unsigned integer.

Use with do-loops:
When a RegValue variable is used as the dependent variable of a do-loop, the associated loop increment is specified as an Integer constant.

Examples:
The following example sets the first phase-switch modulation function to the hexadecimal value 3E4F. The second sets the same register to the binary value 10100111.
 setreg tgen.psmod[0], 0x3e4f
 setreg tgen.psmod[0], 0b10100111

Martin Shepherd (9-Oct-1997)