![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This file defines the system configuration for the communication channel. More...
#include "isf.h"
Go to the source code of this file.
Enumerations | |
enum | { COMM_CHANNEL_INTERNAL = 255, COMM_CHANNEL_I2C1 = 0, COMM_CHANNEL_SPI1 = 1, COMM_CHANNEL_UART2 = 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) |
This file defines the system configuration for the communication channel.
File: isf_sysconf_comms.h
Copyright (c) 2015, Freescale Semiconductor, Inc.
Definition in file isf_sysconf_comms.h.
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_I2C1 | |
COMM_CHANNEL_SPI1 | |
COMM_CHANNEL_UART2 | |
SYS_NUM_CHANNEL_IDS |
The number of channels in the system. |
Definition at line 28 of file isf_sysconf_comms.h.
uint32 get_ci_comm | ( | void | ) |
Definition at line 93 of file isf_sysconf_comms.c.
References COMM_CHANNEL_UART2.