![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure defines the channel descriptor. More...
#include <isf_sysconf_types.h>

Data Fields | |
| const void * | pConfig |
| sys_protocolType_t | protocolType |
| comm_Id_t | protocolInstanceId |
This structure defines the channel descriptor.
Definition at line 33 of file isf_sysconf_types.h.
| 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().