![]() |
ISF
1.1
Intelligent Sensing Framework
|
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_SPI = 1, PROTOCOL_TYPE_RGPIO = 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) 2012, 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.
PROTOCOL_TYPE_I2C |
The identifier for the I2C protocol |
PROTOCOL_TYPE_SPI |
The identifier for the SPI protocol |
PROTOCOL_TYPE_RGPIO |
The identifier for the RGPIO protocol |
Definition at line 23 of file isf_sysconf_types.h.