Functions for accessing and modifying Command module features. More...
Defines | |
#define | SetIOMapBytes(_modName, _offset, _cnt, _arrIn) __SetIOMapBytes(_modName, _offset, _cnt, _arrIn) |
Set IOMap bytes by name. | |
#define | SetIOMapValue(_modName, _offset, _n) __SetIOMapValue(_modName, _offset, _n) |
Set IOMap value by name. | |
#define | SetIOMapBytesByID(_modID, _offset, _cnt, _arrIn) __SetIOMapBytesByID(_modID, _offset, _cnt, _arrIn) |
Set IOMap bytes by ID. | |
#define | SetIOMapValueByID(_modID, _offset, _n) __SetIOMapValueByID(_modID, _offset, _n) |
Set IOMap value by ID. | |
#define | SetCommandModuleValue(_offset, _n) SetIOMapValueByID(CommandModuleID, _offset, _n) |
Set Command module IOMap value. | |
#define | SetIOCtrlModuleValue(_offset, _n) SetIOMapValueByID(IOCtrlModuleID, _offset, _n) |
Set IOCtrl module IOMap value. | |
#define | SetLoaderModuleValue(_offset, _n) SetIOMapValueByID(LoaderModuleID, _offset, _n) |
Set Loader module IOMap value. | |
#define | SetUIModuleValue(_offset, _n) SetIOMapValueByID(UIModuleID, _offset, _n) |
Set Ui module IOMap value. | |
#define | SetSoundModuleValue(_offset, _n) SetIOMapValueByID(SoundModuleID, _offset, _n) |
Set Sound module IOMap value. | |
#define | SetButtonModuleValue(_offset, _n) SetIOMapValueByID(ButtonModuleID, _offset, _n) |
Set Button module IOMap value. | |
#define | SetInputModuleValue(_offset, _n) SetIOMapValueByID(InputModuleID, _offset, _n) |
Set Input module IOMap value. | |
#define | SetOutputModuleValue(_offset, _n) SetIOMapValueByID(OutputModuleID, _offset, _n) |
Set Output module IOMap value. | |
#define | SetLowSpeedModuleValue(_offset, _n) SetIOMapValueByID(LowSpeedModuleID, _offset, _n) |
Set Lowspeed module IOMap value. | |
#define | SetDisplayModuleValue(_offset, _n) SetIOMapValueByID(DisplayModuleID, _offset, _n) |
Set Display module IOMap value. | |
#define | SetCommModuleValue(_offset, _n) SetIOMapValueByID(CommModuleID, _offset, _n) |
Set Comm module IOMap value. | |
#define | SetCommandModuleBytes(_offset, _cnt, _arrIn) SetIOMapBytesByID(CommandModuleID, _offset, _cnt, _arrIn) |
Set Command module IOMap bytes. | |
#define | SetLowSpeedModuleBytes(_offset, _cnt, _arrIn) SetIOMapBytesByID(LowSpeedModuleID, _offset, _cnt, _arrIn) |
Set Lowspeed module IOMap bytes. | |
#define | SetDisplayModuleBytes(_offset, _cnt, _arrIn) SetIOMapBytesByID(DisplayModuleID, _offset, _cnt, _arrIn) |
Set Display module IOMap bytes. | |
#define | SetCommModuleBytes(_offset, _cnt, _arrIn) SetIOMapBytesByID(CommModuleID, _offset, _cnt, _arrIn) |
Set Comm module IOMap bytes. | |
#define | GetIOMapBytes(_modName, _offset, _cnt, _arrOut) __getIOMapBytes(_modName, _offset, _cnt, _arrOut) |
Get IOMap bytes by name. | |
#define | GetIOMapValue(_modName, _offset, _n) __getIOMapValue(_modName, _offset, _n) |
Get IOMap value by name. | |
#define | GetIOMapBytesByID(_modID, _offset, _cnt, _arrOut) __getIOMapBytesByID(_modID, _offset, _cnt, _arrOut) |
Get IOMap bytes by ID. | |
#define | GetIOMapValueByID(_modID, _offset, _n) __getIOMapValueByID(_modID, _offset, _n) |
Get IOMap value by ID. | |
#define | GetCommandModuleValue(_offset, _n) GetIOMapValueByID(CommandModuleID, _offset, _n) |
Get Command module IOMap value. | |
#define | GetLoaderModuleValue(_offset, _n) GetIOMapValueByID(LoaderModuleID, _offset, _n) |
Get Loader module IOMap value. | |
#define | GetSoundModuleValue(_offset, _n) GetIOMapValueByID(SoundModuleID, _offset, _n) |
Get Sound module IOMap value. | |
#define | GetButtonModuleValue(_offset, _n) GetIOMapValueByID(ButtonModuleID, _offset, _n) |
Get Button module IOMap value. | |
#define | GetUIModuleValue(_offset, _n) GetIOMapValueByID(UIModuleID, _offset, _n) |
Get Ui module IOMap value. | |
#define | GetInputModuleValue(_offset, _n) GetIOMapValueByID(InputModuleID, _offset, _n) |
Get Input module IOMap value. | |
#define | GetOutputModuleValue(_offset, _n) GetIOMapValueByID(OutputModuleID, _offset, _n) |
Get Output module IOMap value. | |
#define | GetLowSpeedModuleValue(_offset, _n) GetIOMapValueByID(LowSpeedModuleID, _offset, _n) |
Get LowSpeed module IOMap value. | |
#define | GetDisplayModuleValue(_offset, _n) GetIOMapValueByID(DisplayModuleID, _offset, _n) |
Get Display module IOMap value. | |
#define | GetCommModuleValue(_offset, _n) GetIOMapValueByID(CommModuleID, _offset, _n) |
Get Comm module IOMap value. | |
#define | GetLowSpeedModuleBytes(_offset, _cnt, _arrOut) __getLowSpeedModuleBytes(_offset, _cnt, _arrOut) |
Get Lowspeed module IOMap bytes. | |
#define | GetDisplayModuleBytes(_offset, _cnt, _arrOut) __getDisplayModuleBytes(_offset, _cnt, _arrOut) |
Get Display module IOMap bytes. | |
#define | GetCommModuleBytes(_offset, _cnt, _arrOut) __getCommModuleBytes(_offset, _cnt, _arrOut) |
Get Comm module IOMap bytes. | |
#define | GetCommandModuleBytes(_offset, _cnt, _arrOut) __getCommandModuleBytes(_offset, _cnt, _arrOut) |
Get Command module IOMap bytes. | |
#define | ResetSleepTimer syscall KeepAlive, __KeepAliveArgs |
Reset the sleep timer. | |
#define | GetFirstTick(_value) __GetFirstTick(_value) |
Get the first tick. | |
#define | Wait(_n) waitv _n |
Wait some milliseconds. | |
#define | GetMemoryInfo(_Compact, _PoolSize, _DataspaceSize, _Result) __GetMemoryInfo(_Compact,_PoolSize,_DataspaceSize,_Result) |
Read memory information. | |
#define | GetLastResponseInfo(_Clear, _Length, _Command, _Buffer, _Result) __GetLastResponseInfo(_Clear,_Length,_Command,_Buffer,_Result) |
Read last response information. |
Functions for accessing and modifying Command module features.