ESP-IDF
check_handle()
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
check_handle()
check_handle() function
Syntax
Show:
Summary
Declaration
Definition
from
wear_levelling.cpp:52
static
esp_err_t
check_handle
(
wl_handle_t
handle
,
const
char
*
func
)
;
Implemented in
wear_levelling.cpp:254
Arguments
Argument
handle
func
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
check_handle
(
wl_handle_t
handle
,
const
char
*
func
)
wear_levelling.cpp:254
static
esp_err_t
check_handle
(
wl_handle_t
handle
,
const
char
*
func
)
;
wear_levelling.cpp:52
result
=
check_handle
(
handle
,
__func__
)
;
wear_levelling.cpp:175
wl_unmount()
esp_err_t
result
=
check_handle
(
handle
,
__func__
)
;
wear_levelling.cpp:196
wl_erase_range()
esp_err_t
result
=
check_handle
(
handle
,
__func__
)
;
wear_levelling.cpp:208
wl_write()
esp_err_t
result
=
check_handle
(
handle
,
__func__
)
;
wear_levelling.cpp:220
wl_read()
esp_err_t
err
=
check_handle
(
handle
,
__func__
)
;
wear_levelling.cpp:232
wl_size()
esp_err_t
err
=
check_handle
(
handle
,
__func__
)
;
wear_levelling.cpp:244
wl_sector_size()
Call Tree
from
examples
check_handle()
is called by 6 functions and calls 2 functions:
wl_unmount()
wl_erase_range()
wl_write()
wl_read()
wl_size()
wl_sector_size()
All items filtered out
check_handle()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
check_handle()
reads 8 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
::instance
s_instances
TAG
All items filtered out
check_handle()
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