ESP-IDF
spi_flash_hal_config_t::clock_src_freq
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_flash_hal_config_t::clock_src_freq
spi_flash_hal_config_t::clock_src_freq field
Syntax
Show:
Summary
Declaration
from
spi_flash_hal.h:88
int
clock_src_freq
;
Examples
References
from
examples
Code
Location
Referrer
int
clock_src_freq
;
///< SPI flash clock source (MHZ).
spi_flash_hal.h:88
host_cfg
.
clock_src_freq
=
spi_flash_ll_get_source_clock_freq_mhz
(
host_cfg
.
host_id
)
;
esp_flash_spi_init.c:278
spi_bus_add_flash_device()
cfg
.
clock_src_freq
=
spi_flash_ll_get_source_clock_freq_mhz
(
cfg
.
host_id
)
;
esp_flash_spi_init.c:378
esp_flash_init_default_chip()
const
int
clk_source
=
cfg
->
clock_src_freq
;
spi_flash_hal.c:26
get_flash_clock_divider()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_flash_hal_config_t::clock_src_freq
is written by 2 functions and is read by 1 function:
spi_bus_add_flash_device()
esp_flash_init_default_chip()
All items filtered out
spi_flash_hal_config_t::clock_src_freq
get_flash_clock_divider()
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