ESP-IDF
spi_flash_ll_clock_reg_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_ll_clock_reg_t
spi_flash_ll_clock_reg_t
type to store pre-calculated register value in above layers
Syntax
Show:
Summary
Declaration
from
spi_flash_ll.h:55
typedef
typeof
(
SPI1
.
clock
.
val
)
spi_flash_ll_clock_reg_t
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
typeof
(
SPI1
.
clock
.
val
)
spi_flash_ll_clock_reg_t
;
spi_flash_ll.h:55
data_out
->
clock_conf
=
(
spi_flash_ll_clock_reg_t
)
spi_flash_cal_clock
(
cfg
)
;
spi_flash_hal.c:125
spi_flash_hal_init()
spi_flash_ll_clock_reg_t
clock_conf
;
///< Pre-calculated clock configuration value
spi_flash_hal.h:45
spi_flash_hal_context_t
spi_flash_hal_context_t::clock_conf
spi_flash_ll_clock_reg_t
clock_config
;
spi_flash_hal.h:64
spi_flash_hal_timing_config_t
spi_flash_hal_timing_config_t::clock_config
spi_flash_ll_clock_reg_t
clock_config
;
///< (optional) Clock configuration for Octal flash.
spi_flash_hal.h:74
spi_flash_hal_config_t::
::
::clock_config
static
inline
void
spi_flash_ll_set_clock
(
spi_dev_t
*
dev
,
spi_flash_ll_clock_reg_t
*
clock_val
)
spi_flash_ll.h:285
spi_flash_ll_set_clock()
spi_flash_ll_set_clock()::clock_val
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
spi_flash_ll_set_clock()::clock_val
spi_flash_ll_set_clock()
spi_flash_ll.h:285
spi_flash_hal_context_t::clock_conf
spi_flash_hal_context_t
spi_flash_hal.h:45
spi_flash_hal_timing_config_t::clock_config
spi_flash_hal_timing_config_t
spi_flash_hal.h:64
spi_flash_hal_config_t::
::
::clock_config
spi_flash_hal.h:74
Lifecycle
from
examples
All items filtered out
All items filtered out