![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This file defines the configuration types and structures for the system communication channel. More...
#include <isf_comm.h>

Go to the source code of this file.
Data Structures | |
| struct | sys_channelDescriptor_t |
| This structure defines the channel descriptor. More... | |
Typedefs | |
| typedef uint8 | sys_channelId_t |
Enumerations | |
| enum | sys_protocolType_t { PROTOCOL_TYPE_I2C = 0, PROTOCOL_TYPE_UART = 1, PROTOCOL_TYPE_SPI = 2 } |
| This enumerator indexes protocol-specific functions and properties. More... | |
This file defines the configuration types and structures for the system communication channel.
File: isf_sysconf_types.h
Copyright (c) 2013, Freescale Semiconductor, Inc.
Definition in file isf_sysconf_types.h.
| typedef uint8 sys_channelId_t |
Definition at line 17 of file isf_sysconf_types.h.
| enum sys_protocolType_t |
This enumerator indexes protocol-specific functions and properties.
| Enumerator | |
|---|---|
| PROTOCOL_TYPE_I2C | |
| PROTOCOL_TYPE_UART | |
| PROTOCOL_TYPE_SPI | |
Definition at line 23 of file isf_sysconf_types.h.