![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure is a declaration of a channel descriptor type. More...
#include <isf_devmsg.h>
Data Fields | |
busHandle_t | busHandle |
const protocol_t * | pProtocol |
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 50 of file isf_devmsg.h.
busHandle_t busHandle |
Definition at line 51 of file isf_devmsg.h.
Referenced by dm_channel_acquire_lock(), dm_channel_configure(), dm_channel_get_config(), dm_channel_get_state(), dm_channel_init(), dm_channel_release_lock(), dm_channel_start(), dm_channel_stop(), and dm_device_open().
const protocol_t* pProtocol |
The pointer to protocol-specific functions and properties.
Definition at line 52 of file isf_devmsg.h.
Referenced by dm_channel_acquire_lock(), dm_channel_configure(), dm_channel_get_config(), dm_channel_get_state(), dm_channel_init(), dm_channel_release_lock(), dm_channel_start(), dm_channel_stop(), dm_device_close(), dm_device_open(), dm_device_readx(), and dm_device_writex().