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

This structure is a declaration of a channel descriptor type. More...

#include <isf_devmsg.h>

Data Fields

union {
   i2c_BusHandle_t   i2c
handle
const protocol_tpProtocol

Detailed Description

This structure is a declaration of a channel descriptor type.

The channel descriptor contains the bus and protocol information required by the device messaging functions to safely use a channel for communications. The members are ordered to maintain natural alignment without inserting padding bytes.

Definition at line 111 of file isf_devmsg.h.


Field Documentation

union { ... } handle

The protocol-specific channel handle.

The I2C channel handle.

Definition at line 113 of file isf_devmsg.h.

The pointer to protocol-specific functions and properties.

Definition at line 115 of file isf_devmsg.h.


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