ESP-IDF
twdt_obj::impl_ctx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
twdt_obj::impl_ctx
twdt_obj::impl_ctx field
Syntax
Show:
Summary
Declaration
from
task_wdt.c:74
twdt_ctx_t
impl_ctx
;
Examples
References
from
examples
Code
Location
Referrer
twdt_ctx_t
impl_ctx
;
task_wdt.c:74
esp_task_wdt_impl_timer_feed
(
p_twdt_obj
->
impl_ctx
)
;
task_wdt.c:103
task_wdt_timer_feed()
esp_task_wdt_impl_timer_restart
(
p_twdt_obj
->
impl_ctx
)
;
task_wdt.c:201
add_entry()
esp_task_wdt_impl_timer_stop
(
p_twdt_obj
->
impl_ctx
)
;
task_wdt.c:247
delete_entry()
esp_task_wdt_impl_timeout_triggered
(
p_twdt_obj
->
impl_ctx
)
;
task_wdt.c:476
task_wdt_isr()
ret
=
esp_task_wdt_impl_timer_allocate
(
config
,
task_wdt_isr
,
&
obj
->
impl_ctx
)
;
task_wdt.c:526
esp_task_wdt_init()
esp_task_wdt_impl_timer_restart
(
p_twdt_obj
->
impl_ctx
)
;
task_wdt.c:544
esp_task_wdt_init()
ret
=
esp_task_wdt_impl_timer_stop
(
p_twdt_obj
->
impl_ctx
)
;
task_wdt.c:564
esp_task_wdt_reconfigure()
ret
=
esp_task_wdt_impl_timer_reconfigure
(
p_twdt_obj
->
impl_ctx
,
config
)
;
task_wdt.c:573
esp_task_wdt_reconfigure()
esp_task_wdt_impl_timer_restart
(
p_twdt_obj
->
impl_ctx
)
;
task_wdt.c:594
esp_task_wdt_reconfigure()
ret
=
esp_task_wdt_impl_timer_stop
(
p_twdt_obj
->
impl_ctx
)
;
task_wdt.c:613
esp_task_wdt_stop()
ret
=
esp_task_wdt_impl_timer_restart
(
p_twdt_obj
->
impl_ctx
)
;
task_wdt.c:631
esp_task_wdt_restart()
esp_task_wdt_impl_timer_stop
(
p_twdt_obj
->
impl_ctx
)
;
task_wdt.c:651
esp_task_wdt_deinit()
esp_task_wdt_impl_timer_free
(
p_twdt_obj
->
impl_ctx
)
;
task_wdt.c:654
esp_task_wdt_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
twdt_obj::impl_ctx
is read by 9 functions:
All items filtered out
twdt_obj::impl_ctx
task_wdt_timer_feed()
add_entry()
delete_entry()
task_wdt_isr()
esp_task_wdt_init()
esp_task_wdt_reconfigure()
esp_task_wdt_stop()
esp_task_wdt_restart()
esp_task_wdt_deinit()
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