![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure defines the data bus handle. More...
#include <isf_i2c_master_types.h>
Data Fields | |
i2c_master_t | master |
uint8 | id |
uint8 | busState |
i2c_Master_BusConfig_t | busConfig |
This structure defines the data bus handle.
Definition at line 23 of file isf_i2c_master_types.h.
i2c_Master_BusConfig_t busConfig |
current bus configuration.
Definition at line 29 of file isf_i2c_master_types.h.
Referenced by i2c_master_adapter_acquire_lock(), i2c_master_adapter_configure(), i2c_master_adapter_get_endpoint(), i2c_master_adapter_read(), i2c_master_adapter_start(), i2c_master_adapter_stop(), and i2c_master_adapter_write().
uint8 busState |
The bus sate.
Definition at line 28 of file isf_i2c_master_types.h.
Referenced by i2c_master_adapter_configure(), i2c_master_adapter_get_endpoint(), i2c_master_adapter_get_state(), i2c_master_adapter_init(), i2c_master_adapter_read(), i2c_master_adapter_start(), i2c_master_adapter_stop(), and i2c_master_adapter_write().
uint8 id |
The unique ID associated with the bus handle.
Definition at line 27 of file isf_i2c_master_types.h.
i2c_master_t master |
The pointer to the i2c_master.
Definition at line 26 of file isf_i2c_master_types.h.
Referenced by i2c_hal_disable(), i2c_hal_enable(), i2c_master_adapter_configure(), i2c_master_adapter_get_endpoint(), i2c_master_adapter_init(), i2c_master_adapter_read(), i2c_master_adapter_start(), i2c_master_adapter_stop(), and i2c_master_adapter_write().