ESP-IDF
spi_flash_cal_clock()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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
spi_flash_cal_clock()
spi_flash_cal_clock() function
Syntax
Show:
Summary
Declaration
from
spi_flash_hal.c:57
static
uint32_t
spi_flash_cal_clock
(
const
spi_flash_hal_config_t
*
cfg
)
;
Arguments
Argument
cfg
Related Functions
Found 3 other functions taking a
spi_flash_hal_config_t
argument:
Function
Description
memspi_host_init_pointers()
Initialize the memory SPI host.
spi_flash_hal_init()
Configure SPI flash hal settings.
get_flash_clock_divider()
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
spi_flash_cal_clock
(
const
spi_flash_hal_config_t
*
cfg
)
spi_flash_hal.c:57
data_out
->
clock_conf
=
(
spi_flash_ll_clock_reg_t
)
spi_flash_cal_clock
(
cfg
)
;
spi_flash_hal.c:125
spi_flash_hal_init()
Call Tree
from
examples
spi_flash_cal_clock()
is called by 1 function and calls 2 functions:
spi_flash_hal_init()
All items filtered out
spi_flash_cal_clock()
spi_flash_ll_calculate_clock_reg()
get_flash_clock_divider()
All items filtered out
Data Use
from
examples
spi_flash_cal_clock()
reads 1 variable:
spi_flash_hal_config_t::host_id
All items filtered out
spi_flash_cal_clock()
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