ESP-IDF
bootloader_flash_cs_timing_config()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bootloader_flash_cs_timing_config()
bootloader_flash_cs_timing_config() function
Set the flash CS setup and hold time.
Syntax
Show:
Summary
Declaration
Definition
from
bootloader_flash_config.h:39
void
bootloader_flash_cs_timing_config
(
void
)
;
Implemented in
bootloader_flash_config_esp32.c:48
Return value
None
Notes
CS setup time is recomemded to be 1.5T, and CS hold time is recommended to be 2.5T. cs_setup = 1, cs_setup_time = 0; cs_hold = 1, cs_hold_time = 1.
Examples
References
from
examples
Code
Location
Referrer
void
IRAM_ATTR
bootloader_flash_cs_timing_config
(
void
)
bootloader_flash_config_esp32.c:48
void
bootloader_flash_cs_timing_config
(
void
)
;
bootloader_flash_config.h:39
bootloader_flash_cs_timing_config
(
)
;
bootloader_flash_config_esp32.c:360
bootloader_init_flash_configure()
bootloader_flash_cs_timing_config
(
)
;
cpu_start.c:812
call_start_cpu0()
Call Tree
from
examples
bootloader_flash_cs_timing_config()
is called by 2 functions and calls 1 function:
bootloader_init_flash_configure()
call_start_cpu0()
All items filtered out
bootloader_flash_cs_timing_config()
__assert_func()
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
Lifecycle
from
examples
All items filtered out
All items filtered out