Channel Table Entry. More...
#include <EEprom.h>
Public Attributes | |
const uint8_t | cnl |
Channel. | |
const uint8_t | lst |
List within the channel. | |
const uint8_t | sIdx |
Index of first entry in channel slice address definition. | |
const uint8_t | sLen |
Number of registers. | |
const uint16_t | pAddr |
Address of first byte in EEprom memory. | |
Channel Table Entry.
This structure is used in the channels definition, where all existing channels are assigned with channel slice address information and EEprom addresses, where actual register data is to be stored.
For each channel
EE::s_cnlTbl
cnlTbl
must match the number of channels specified in EE::s_devDef
devDef
.For other configuration data stored in EEprom memory, see s_peerTbl.