ESP-IDF
esp_flash_os_functions_t::get_temp_buffer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_flash_os_functions_t::get_temp_buffer
esp_flash_os_functions_t::get_temp_buffer field
Called for get temp buffer when buffer from application cannot be directly read into/write from.
Syntax
Show:
Summary
Declaration
from
esp_flash.h:57
void
*
(
*
get_temp_buffer
)
(
void
*
arg
,
size_t
reqest_size
,
size_t
*
out_size
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
*
(
*
get_temp_buffer
)
(
void
*
arg
,
size_t
reqest_size
,
size_t
*
out_size
)
;
esp_flash.h:57
if
(
chip
->
os_func
->
get_temp_buffer
!=
NULL
)
{
esp_flash_api.c:875
esp_flash_read()
temp_buffer
=
chip
->
os_func
->
get_temp_buffer
(
chip
->
os_func_data
,
read_chunk_size
,
&
actual_len
)
;
esp_flash_api.c:876
esp_flash_read()
static
const
DRAM_ATTR
esp_flash_os_functions_t
esp_flash_spi1_default_os_functions
=
{
spi_flash_os_func_app.c:232
esp_flash_spi1_default_os_functions
get_buffer_malloc()
.
get_temp_buffer
=
get_buffer_malloc
,
spi_flash_os_func_app.c:237
static
const
esp_flash_os_functions_t
esp_flash_spi23_default_os_functions
=
{
spi_flash_os_func_app.c:248
esp_flash_spi23_default_os_functions
get_buffer_malloc()
.
get_temp_buffer
=
get_buffer_malloc
,
spi_flash_os_func_app.c:252
.
get_temp_buffer
=
NULL
,
spi_flash_os_func_noos.c:70
Call Tree
from
examples
esp_flash_os_functions_t::get_temp_buffer
is called by 1 function:
esp_flash_read()
All items filtered out
esp_flash_os_functions_t::get_temp_buffer
All items filtered out
Data Use
from
examples
esp_flash_os_functions_t::get_temp_buffer
is read by 1 function:
All items filtered out
esp_flash_os_functions_t::get_temp_buffer
esp_flash_read()
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
esp_flash_os_functions_t::get_temp_buffer
implements 1 functions:
get_buffer_malloc()
All items filtered out
esp_flash_os_functions_t::get_temp_buffer
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out