ESP-IDF
rom_spiflash_api_func_t
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
rom_spiflash_api_func_t
rom_spiflash_api_func_t struct
Syntax
Show:
Summary
Declaration
from
esp_flash_api.c:157
typedef
struct
{
esp_err_t
(
*
start
)
(
esp_flash_t
*
chip
)
;
esp_err_t
(
*
end
)
(
esp_flash_t
*
chip
,
esp_err_t
err
)
;
esp_err_t
(
*
chip_check
)
(
esp_flash_t
*
*
inout_chip
)
;
esp_err_t
(
*
flash_end_flush_cache
)
(
esp_flash_t
*
chip
,
esp_err_t
err
,
bool
bus_acquired
,
uint32_t
address
,
uint32_t
length
)
;
}
rom_spiflash_api_func_t
;
Fields
Field
Declared as
rom_spiflash_api_func_t::start
esp_err_t
(
*
)
(
esp_flash_t
*
chip
)
rom_spiflash_api_func_t::end
esp_err_t
(
*
)
(
esp_flash_t
*
chip
,
esp_err_t
err
)
rom_spiflash_api_func_t::chip_check
esp_err_t
(
*
)
(
esp_flash_t
*
*
inout_chip
)
rom_spiflash_api_func_t::flash_end_flush_cache
esp_err_t
(
*
)
(
esp_flash_t
*
chip
,
esp_err_t
err
,
bool
bus_acquired
,
uint32_t
address
,
uint32_t
length
)
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out