![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This file defines the system configuration for the communication channel. More...
#include <isf_target.h>
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) |
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.
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.
Definition at line 28 of file isf_sysconf_comms.h.
uint32 get_ci_comm | ( | void | ) |
Definition at line 128 of file isf_sysconf_comms.c.
References COMM_CHANNEL_UART_CH1.