ISF  1.1
Intelligent Sensing Framework
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
User/Include/isf_sysconf_comms.h File Reference

This file defines the system configuration for the communication channel. More...

Go to the source code of this file.

Enumerations

enum  { INTERNAL_CHAN = 255, I2C_MASTER1 = 0, SYS_NUM_CHANNEL_IDS }
 Declaration of the actual channels available for a particular device. These enums are indexes into the gSys_ConfiguredChannelList array and facilitate accessing channel configuration data. More...

Detailed Description

This file defines the system configuration for the communication channel.

File: isf_sysconf_comms.h

Copyright (c) 2012, Freescale Semiconductor, Inc.

Definition in file isf_sysconf_comms.h.


Enumeration Type Documentation

anonymous enum

Declaration of the actual channels available for a particular device. These enums are indexes into the gSys_ConfiguredChannelList array and facilitate accessing channel configuration data.

Enumerator:
INTERNAL_CHAN 

The channel ID for the on-board accelerometer channel.

I2C_MASTER1 

The channel ID for the I2C Master.

SYS_NUM_CHANNEL_IDS 

The number of channels in the system.

Definition at line 24 of file isf_sysconf_comms.h.