ESP-IDF
i2c_hal_master_set_scl_timeout_val()
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_set_scl_timeout_val()
i2c_hal_master_set_scl_timeout_val() function
Set scl timeout reg value according to given timeout us and source clock frequency
Syntax
Show:
Summary
Declaration
Definition
from
i2c_hal.h:142
void
i2c_hal_master_set_scl_timeout_val
(
i2c_hal_context_t
*
hal
,
uint32_t
timeout_us
,
uint32_t
sclk_clock_hz
)
;
Implemented in
i2c_hal.c:61
Arguments
Argument
Description
hal
Context of the HAL layer
timeout_us
timeout us
sclk_clock_hz
source clock hz
Related Functions
Found 11 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_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