![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure defines a handle for the device. More...
#include <isf_devmsg.h>
Data Fields | |
dm_ChannelDescriptor_t * | pChannelDescriptor |
void * | pEndpointHandle |
This structure defines a handle for the device.
The device handle contains the information required by the device messaging functions to address and communicate with a slave device.
Definition at line 61 of file isf_devmsg.h.
dm_ChannelDescriptor_t* pChannelDescriptor |
The pointer to the channel descriptor.
Definition at line 62 of file isf_devmsg.h.
Referenced by dm_channel_get_descriptor(), dm_device_close(), dm_device_open(), dm_device_readx(), dm_device_writex(), fxlc95000_read(), fxlc95000_send(), mma955x_read(), and mma955x_send().
void* pEndpointHandle |
The protocol-specific endpoint handle.
Definition at line 63 of file isf_devmsg.h.
Referenced by dm_device_close(), dm_device_open(), dm_device_readx(), and dm_device_writex().