#define GetLowSpeedModuleBytes ( _offset,
_cnt,
_arrOut   )     __getLowSpeedModuleBytes(_offset, _cnt, _arrOut)

Get Lowspeed module IOMap bytes.

Read one or more bytes of data from Lowspeed module IOMap structure. You provide the offset into the Lowspeed module IOMap structure where you want to start reading, the number of bytes to read from that location, and a byte array where the data will be stored.

Parameters:
_offset The number of bytes offset from the start of the Lowspeed module IOMap structure where the data should be read. See Low speed module IOMAP offsets.
_cnt The number of bytes to read from the specified Lowspeed module IOMap offset.
_arrOut A byte array that will contain the data read from the Lowspeed module IOMap.

Generated by  doxygen 1.6.2