ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
sys_channelDescriptor_t Struct Reference

This structure defines the channel descriptor. More...

#include <isf_sysconf_types.h>

Collaboration diagram for sys_channelDescriptor_t:
Collaboration graph

Data Fields

const void * pConfig
 
sys_protocolType_t protocolType
 
comm_Id_t protocolInstanceId
 

Detailed Description

This structure defines the channel descriptor.

Definition at line 33 of file isf_sysconf_types.h.

Field Documentation

const void* pConfig

The pointer to the channel configuration.

Definition at line 34 of file isf_sysconf_types.h.

Referenced by dm_channel_init().

comm_Id_t protocolInstanceId

The ID passed to the protocol-specific functions. This ID is not the same as the DM channel ID.

Definition at line 36 of file isf_sysconf_types.h.

Referenced by dm_channel_init().

sys_protocolType_t protocolType

This protocol type determines which protocol-specific functions to call.

Definition at line 35 of file isf_sysconf_types.h.

Referenced by dm_channel_init().


The documentation for this struct was generated from the following file: