ESP-IDF
get_dummy_n()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_dummy_n()
get_dummy_n() function
Syntax
Show:
Summary
Declaration
from
spi_flash_hal.c:63
static
inline
int
get_dummy_n
(
bool
gpio_is_used
,
int
input_delay_ns
,
int
eff_clk
)
;
Arguments
Argument
gpio_is_used
input_delay_ns
eff_clk
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
get_dummy_n
(
bool
gpio_is_used
,
int
input_delay_ns
,
int
eff_clk
)
spi_flash_hal.c:63
data_out
->
extra_dummy
=
get_dummy_n
(
!
cfg
->
iomux
,
cfg
->
input_delay_ns
,
APB_CLK_FREQ
/
get_flash_clock_divider
(
cfg
)
)
;
spi_flash_hal.c:124
spi_flash_hal_init()
Call Tree
from
examples
get_dummy_n()
is called by 1 function:
spi_flash_hal_init()
All items filtered out
get_dummy_n()
All items filtered out
Data Use
from
examples
get_dummy_n()
:
All items filtered out
get_dummy_n()
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