![]() |
ISF
1.1
Intelligent Sensing Framework
|
00001 /*! 00002 ******************************************************************************** 00003 * File: isf_sysconf_comms.h 00004 * 00005 * Copyright (c) 2012, Freescale Semiconductor, Inc. 00006 * 00007 *******************************************************************************/ 00008 /*! 00009 * @file isf_sysconf_comms.h 00010 * @brief This file defines the system configuration for the communication channel. 00011 */ 00012 #ifndef ISF_SYSCONF_COMMS_H 00013 #define ISF_SYSCONF_COMMS_H 00014 00015 00016 /****************************************************************************** 00017 * GENERAL CHANNEL INFORMATION FOR THE SYSTEM 00018 ******************************************************************************/ 00019 00020 /*! @brief Declaration of the actual channels available for a particular device. 00021 * These enums are indexes into the ::gSys_ConfiguredChannelList array and 00022 * facilitate accessing channel configuration data 00023 */ 00024 enum { 00025 INTERNAL_CHAN = 255, /*!< The channel ID for the on-board accelerometer channel. */ 00026 I2C_MASTER1 = 0, /*!< The channel ID for the I2C Master.*/ 00027 SYS_NUM_CHANNEL_IDS /*!< The number of channels in the system. */ 00028 }; 00029 00030 #endif /* SYSCONF_COMMS_H */