ESP-IDF
find_entry_and_check_all_reset()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
find_entry_and_check_all_reset()
find_entry_and_check_all_reset() function
Checks whether a user entry exists and if all other entries have been reset
Syntax
Show:
Summary
Declaration
from
task_wdt.c:119
static
bool
find_entry_and_check_all_reset
(
twdt_entry_t
*
user_entry
,
bool
*
all_reset
)
;
Arguments
Argument
Description
user_entry
User entry
all_reset
Whether all entries have been reset
Return value
Whether the user entry exists
Related Functions
Found 1 other functions taking a
twdt_entry
argument:
Function
Description
add_entry()
Create a task/user entry and add it to the task WDT
Examples
References
from
examples
Code
Location
Referrer
static
bool
find_entry_and_check_all_reset
(
twdt_entry_t
*
user_entry
,
bool
*
all_reset
)
task_wdt.c:119
bool
entry_found
=
find_entry_and_check_all_reset
(
entry
,
&
all_reset
)
;
task_wdt.c:194
add_entry()
bool
entry_found
=
find_entry_and_check_all_reset
(
entry
,
&
all_reset
)
;
task_wdt.c:239
delete_entry()
bool
entry_found
=
find_entry_and_check_all_reset
(
entry
,
&
all_reset
)
;
task_wdt.c:728
esp_task_wdt_reset_user()
Call Tree
from
examples
find_entry_and_check_all_reset()
is called by 3 functions:
add_entry()
delete_entry()
esp_task_wdt_reset_user()
All items filtered out
find_entry_and_check_all_reset()
All items filtered out
Data Use
from
examples
find_entry_and_check_all_reset()
reads 3 variables:
p_twdt_obj
twdt_entry::slist_entry
twdt_entry::has_reset
All items filtered out
find_entry_and_check_all_reset()
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