ESP-IDF
bootloader_flash_execute_command_common()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bootloader_flash_execute_command_common()
bootloader_flash_execute_command_common() function
Syntax
Show:
Summary
Declaration
from
bootloader_flash.c:571
IRAM_ATTR
uint32_t
bootloader_flash_execute_command_common
(
uint8_t
command
,
uint32_t
addr_len
,
uint32_t
address
,
uint8_t
dummy_len
,
uint8_t
mosi_len
,
uint32_t
mosi_data
,
uint8_t
miso_len
)
;
Arguments
Argument
command
addr_len
address
dummy_len
mosi_len
mosi_data
miso_len
Examples
References
from
examples
Code
Location
Referrer
IRAM_ATTR
uint32_t
bootloader_flash_execute_command_common
(
bootloader_flash.c:571
return
bootloader_flash_execute_command_common
(
command
,
addr_len
,
address
,
bootloader_flash.c:630
bootloader_execute_flash_command()
return
bootloader_flash_execute_command_common
(
command
,
addr_len
,
sfdp_addr
,
bootloader_flash.c:645
bootloader_flash_read_sfdp()
Call Tree
from
examples
bootloader_flash_execute_command_common()
is called by 2 functions and calls 14 functions:
bootloader_execute_flash_command()
bootloader_flash_read_sfdp()
All items filtered out
bootloader_flash_execute_command_common()
__assert_func()
spi_flash_ll_cmd_is_done()
spi_flash_ll_user_start()
spi_flash_ll_set_buffer_data()
spi_flash_ll_set_miso_bitlen()
spi_flash_ll_get_buffer_data()
spi_flash_ll_set_dummy()
spi_flash_ll_set_wp_level()
spi_flash_ll_set_mosi_bitlen()
spi_flash_ll_set_command()
spi_flash_ll_set_addr_bitlen()
spi_flash_ll_set_usr_address()
spi_flash_ll_get_common_command_register_info()
spi_flash_ll_set_common_command_register_info()
All items filtered out
Data Use
from
examples
bootloader_flash_execute_command_common()
reads 3 variables and writes 1 variable:
spi_dev_s::ctrl
g_rom_spiflash_dummy_len_plus
SPI1
All items filtered out
bootloader_flash_execute_command_common()
spi_dev_s::
::val
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