ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
isf_sysconf_types.h File Reference

This file defines the configuration types and structures for the system communication channel. More...

#include <isf_comm.h>
Include dependency graph for isf_sysconf_types.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

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 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 
PROTOCOL_TYPE_UART 
PROTOCOL_TYPE_SPI 

Definition at line 23 of file isf_sysconf_types.h.