ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
isf_sysconf_comms.h File Reference

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

#include <isf_target.h>
Include dependency graph for isf_sysconf_comms.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  COMM_CHANNEL_INTERNAL = 255, COMM_CHANNEL_I2C_CH1 = 0, COMM_CHANNEL_UART_CH1 = 1, COMM_CHANNEL_SPI_CH1 = 2,
  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...
 

Functions

uint32 get_ci_comm (void)
 

Detailed Description

This file defines the system configuration for the communication channel.

File: isf_sysconf_comms.h

Copyright (c) 2013, 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
COMM_CHANNEL_INTERNAL 

The channel ID for the on-board accelerometer channel.

COMM_CHANNEL_I2C_CH1 
COMM_CHANNEL_UART_CH1 
COMM_CHANNEL_SPI_CH1 
SYS_NUM_CHANNEL_IDS 

The number of channels in the system.

Definition at line 28 of file isf_sysconf_comms.h.

Function Documentation

uint32 get_ci_comm ( void  )

Definition at line 128 of file isf_sysconf_comms.c.

References COMM_CHANNEL_UART_CH1.