#define SetIOCtrlModuleValue ( _offset,
_n   )     SetIOMapValueByID(IOCtrlModuleID, _offset, _n)

Set IOCtrl module IOMap value.

Set one of the fields of the IOCtrl module IOMap structure to a new value. You provide the offset into the IOCtrl module IOMap structure where you want to write the value along with a variable containing the new value.

Parameters:
_offset The number of bytes offset from the start of the IOCtrl module IOMap structure where the new value should be written. See IOCtrl module IOMAP offsets.
_n A variable containing the new value to write to the IOCtrl module IOMap.

Generated by  doxygen 1.6.2