![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure contains protocol-specific function pointers and properties. More...
#include <isf_protocol_adapter.h>
This structure contains protocol-specific function pointers and properties.
Definition at line 68 of file isf_protocol_adapter.h.
fnAcquireLock_t fnAcquireLock |
Lock the channel for exclusive access.
Definition at line 77 of file isf_protocol_adapter.h.
Referenced by dm_channel_acquire_lock().
fnConfigure_t fnConfigure |
Reconfigure an already initialized channel.
Definition at line 72 of file isf_protocol_adapter.h.
Referenced by dm_channel_configure(), and dm_channel_init().
fnDisconnectEndpoint_t fnDisEndPoint |
Get the handle to a slave device at a known address.
Definition at line 76 of file isf_protocol_adapter.h.
Referenced by dm_device_close().
fnGetConfig_t fnGetConfig |
Get the current channel configuration.
Definition at line 71 of file isf_protocol_adapter.h.
Referenced by dm_channel_get_config().
fnConnectToEndpoint_t fnGetEndPointAt |
Get the handle to a slave device at a known address.
Definition at line 75 of file isf_protocol_adapter.h.
Referenced by dm_device_open().
fnGetState_t fnGetState |
Get the state of a channel.
Definition at line 70 of file isf_protocol_adapter.h.
Referenced by dm_channel_get_state(), and dm_channel_init().
fnInit_t fnInit |
Initialize a channel.
Definition at line 69 of file isf_protocol_adapter.h.
Referenced by dm_channel_init().
fnRead_t fnRead |
Read from a device.
Definition at line 79 of file isf_protocol_adapter.h.
Referenced by dm_device_readx().
fnReleaseLock_t fnReleaseLock |
Release exclusive access.
Definition at line 78 of file isf_protocol_adapter.h.
Referenced by dm_channel_release_lock().
fnStart_t fnStart |
Start a channel.
Definition at line 73 of file isf_protocol_adapter.h.
Referenced by dm_channel_start().
fnStop_t fnStop |
Stop a channel.
Definition at line 74 of file isf_protocol_adapter.h.
Referenced by dm_channel_stop().
fnWrite_t fnWrite |
Write to a device.
Definition at line 80 of file isf_protocol_adapter.h.
Referenced by dm_device_writex().