ISF  1.1
Intelligent Sensing Framework
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
dm_DeviceHandle_struct Struct Reference

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

#include <isf_devmsg.h>

Data Fields

dm_ChannelDescriptor_tpChannelDescriptor
union {
   i2c_SlaveHandle_t   i2c
handle

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 123 of file isf_devmsg.h.


Field Documentation

union { ... } handle

The protocol-specific device handle.

The I2C device handle.

Definition at line 126 of file isf_devmsg.h.

The pointer to the channel descriptor.

Definition at line 124 of file isf_devmsg.h.


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