ESP-IDF
i2c_dev_s::
::
::time
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_dev_s::
::
::time
i2c_dev_s::
::
::time field
Syntax
Show:
Summary
Declaration
from
i2c_struct.h:189
uint32_t
time
:
10
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
time
:
10
;
/*This register is used to configure the clock num I2C used to sample data on SDA after the posedge of SCL*/
i2c_struct.h:189
hw
->
sda_sample
.
time
=
bus_cfg
->
sda_sample
;
i2c_ll.h:132
i2c_ll_master_set_bus_timing()
hw
->
sda_sample
.
time
=
sda_sample
;
i2c_ll.h:392
i2c_ll_set_sda_timing()
*
sda_sample
=
hw
->
sda_sample
.
time
;
i2c_ll.h:449
i2c_ll_get_sda_timing()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_dev_s::
::
::time
is written by 2 functions and is read by 1 function:
i2c_ll_master_set_bus_timing()
i2c_ll_set_sda_timing()
All items filtered out
i2c_dev_s::
::
::time
i2c_ll_get_sda_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