Page 13
Activate Mixpoint (route an input to an output)
Note: The <IDMSB> and <IDLSB> values must be calculated as follows:
<IDMSB> = [((3 * NMIXPOINTS) + 15 + (Mix Point #)) >> 7] & 7Fh
<IDLSB> = ((3 * NMIXPOINTS) + 15 + (Mix Point #)) & 7Fh
where “>> 7” means right shift by 7 bits and “&” denotes logical AND.
Toggle Activation (BUG – DOES NOT WORK)
F0h 00h 01h 00h <Device ID> 0Ah 69h 06h <IDMSB> <IDLSB> 00h F7h
Force Activation
F0h 00h 01h 00h <Device ID> 0Ah 69h 01h <IDMSB> <IDLSB> 7Fh F7h
Force Deactivation
F0h 00h 01h 00h <Device ID> 0Ah 69h 01h <IDMSB> <IDLSB> 00h F7h