ESP-IDF
i2c_hal_context_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_hal_context_t
i2c_hal_context_t struct
I2C hal Context definition
Syntax
Show:
Summary
Declaration
from
i2c_hal.h:32
typedef
struct
{
i2c_dev_t
*
dev
;
}
i2c_hal_context_t
;
Fields
Field
Declared as
i2c_hal_context_t::dev
i2c_dev_t
*
Related Functions
Found 12 other functions taking a
i2c_hal_context_t
argument:
Function
Description
i2c_hal_master_trans_start()
Start I2C master transaction
i2c_hal_master_init()
Init the I2C master.
i2c_hal_slave_init()
Init the I2C slave.
_i2c_hal_set_bus_timing()
Set I2C bus timing with the given frequency
_i2c_hal_init()
Init I2C hal layer
i2c_hal_get_timing_config()
Get timing configuration
i2c_hal_set_timing_config()
Set timing configuration
i2c_hal_master_handle_tx_event()
I2C master handle tx interrupt event
i2c_hal_master_handle_rx_event()
I2C master handle rx interrupt event
i2c_hal_master_set_scl_timeout_val()
Set scl timeout reg value according to given timeout us and source clock frequency
_i2c_hal_deinit()
Deinit I2C hal layer
i2c_hal_master_fsm_rst()
I2C hardware FSM reset
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