2.6.3. CASISignalIF::driveSignal()

This function enables master-to-slave signal communication.

virtual void driveSignal(uint32_t value, uint32_t* extValue) = 0

where:

value

is the 32 bit signal value.

extValue

is a pointer to an array of 32 bit values. The size and meaning of the array are dependent on the model.

Note

The driveSignal() function is provided for convenience only in the signal slave port. The signal communication is meant to be single-directional, from the master to the slave.

Copyright © 2007 ARM Limited. All rights reserved.ARM DUI 0359B
Non-Confidential