ISF  1.1
Intelligent Sensing Framework
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Include/isf_sysconf_types.h File Reference

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...

Detailed Description

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 Documentation

Definition at line 17 of file isf_sysconf_types.h.


Enumeration Type Documentation

This enumerator indexes protocol-specific functions and properties.

See also:
sys_channelDescriptor_t::protocolType definition
Enumerator:
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.