ESP-IDF
spi_hal_timing_conf_t::real_freq
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_hal_timing_conf_t::real_freq
spi_hal_timing_conf_t::real_freq field
Syntax
Show:
Summary
Declaration
from
spi_hal.h:76
int
real_freq
;
Examples
References
from
examples
Code
Location
Referrer
int
real_freq
;
///< Output of the actual frequency
spi_hal.h:76
temp_conf
.
real_freq
=
eff_clk_n
;
spi_hal.c:101
spi_hal_cal_clock_conf()
ESP_LOGD
(
SPI_TAG
,
"SPI%d: New device added to CS%d, effective clock: %d Hz"
,
host_id
+
1
,
freecs
,
temp_timing_conf
.
real_freq
)
;
spi_master.c:556
spi_bus_add_device()
*
freq_khz
=
handle
->
hal_dev
.
timing_conf
.
real_freq
/
1000
;
spi_master.c:618
spi_device_get_actual_freq()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_hal_timing_conf_t::real_freq
is written by 1 function and is read by 2 functions:
spi_hal_cal_clock_conf()
All items filtered out
spi_hal_timing_conf_t::real_freq
spi_bus_add_device()
spi_device_get_actual_freq()
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