![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include <isf_i2c_master_types.h>
Data Fields | |
isf_duration_t | timeout |
uint16 | defaultSpeed |
Definition at line 17 of file isf_i2c_master_types.h.
uint16 defaultSpeed |
The speed at which to run the bus.
Definition at line 19 of file isf_i2c_master_types.h.
Referenced by i2c_master_adapter_configure().
isf_duration_t timeout |
The bus timeout value to use.
Definition at line 18 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().