ESP-IDF
i2c_hal_clk_config_t::scl_high
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_hal_clk_config_t::scl_high
i2c_hal_clk_config_t::scl_high field
I2C scl high period
Syntax
Show:
Summary
Declaration
from
i2c_types.h:49
uint16_t
scl_high
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
scl_high
;
/*!< I2C scl high period */
i2c_types.h:49
clk_cal
->
scl_high
=
half_cycle
;
i2c_ll.h:90
i2c_ll_master_cal_bus_clk()
clk_cal
->
sda_sample
=
clk_cal
->
scl_high
/
2
;
i2c_ll.h:92
i2c_ll_master_cal_bus_clk()
uint16_t
scl_high
=
bus_cfg
->
scl_high
;
i2c_ll.h:116
i2c_ll_master_set_bus_timing()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_hal_clk_config_t::scl_high
is written by 1 function and is read by 2 functions:
i2c_ll_master_cal_bus_clk()
All items filtered out
i2c_hal_clk_config_t::scl_high
i2c_ll_master_cal_bus_clk()
i2c_ll_master_set_bus_timing()
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