ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
dm_DeviceDescriptor_struct Struct Reference

This structure defines a handle for the device. More...

#include <isf_devmsg.h>

Collaboration diagram for dm_DeviceDescriptor_struct:
Collaboration graph

Data Fields

dm_ChannelDescriptor_tpChannelDescriptor
 
void * pEndpointHandle
 

Detailed Description

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.

Field Documentation

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(), and dm_device_writex().

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


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