ESP-IDF
i2c_hal_master_trans_start()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_hal_master_trans_start()
i2c_hal_master_trans_start() function
Start I2C master transaction
Syntax
Show:
Summary
Declaration
Definition
from
i2c_hal.h:180
void
i2c_hal_master_trans_start
(
i2c_hal_context_t
*
hal
)
;
Implemented in
i2c_hal.c:93
Arguments
Argument
Description
hal
Context of the HAL
Related Functions
Found 11 other functions taking a
i2c_hal_context_t
argument:
Function
Description
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
Code
Location
Referrer
void
i2c_hal_master_trans_start
(
i2c_hal_context_t
*
hal
)
i2c_hal.c:93
void
i2c_hal_master_trans_start
(
i2c_hal_context_t
*
hal
)
;
i2c_hal.h:180
i2c_hal_master_trans_start
(
hal
)
;
i2c_master.c:205
s_i2c_write_command()
i2c_hal_master_trans_start
(
hal
)
;
i2c_master.c:337
s_i2c_read_command()
i2c_hal_master_trans_start
(
hal
)
;
i2c_master.c:492
s_i2c_send_commands()
i2c_hal_master_trans_start
(
hal
)
;
i2c_master.c:508
s_i2c_send_commands()
i2c_hal_master_trans_start
(
hal
)
;
i2c_master.c:583
s_i2c_send_command_async()
Call Tree
from
examples
i2c_hal_master_trans_start()
is called by 4 functions and calls 2 functions:
s_i2c_write_command()
s_i2c_read_command()
s_i2c_send_commands()
s_i2c_send_command_async()
All items filtered out
i2c_hal_master_trans_start()
i2c_ll_start_trans()
i2c_ll_update()
All items filtered out
Data Use
from
examples
i2c_hal_master_trans_start()
reads 1 variable:
i2c_hal_context_t::dev
All items filtered out
i2c_hal_master_trans_start()
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