ESP-IDF
i2c_master_event_callbacks_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_master_event_callbacks_t
i2c_master_event_callbacks_t struct
Group of I2C master callbacks, can be used to get status during transaction or doing other small things. But take care potential concurrency issues.
Syntax
Show:
Summary
Declaration
from
i2c_master.h:69
typedef
struct
{
i2c_master_callback_t
on_trans_done
;
}
i2c_master_event_callbacks_t
;
Fields
Field
Declared as
Description
i2c_master_event_callbacks_t::on_trans_done
i2c_master_callback_t
I2C master transaction finish callback.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out