ESP-IDF
twdt_ctx_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
twdt_ctx_t
twdt_ctx_t
Type used to define the context of a Task WatchDog Timer implementation. This is used internally in the TWDT driver, it is implementation specific.
Syntax
Show:
Summary
Declaration
from
esp_task_wdt.h:22
typedef
void
*
twdt_ctx_t
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
*
twdt_ctx_t
;
esp_task_wdt.h:22
twdt_ctx_t
*
obj
)
;
esp_task_wdt_impl.h:29
esp_err_t
esp_task_wdt_impl_timer_reconfigure
(
twdt_ctx_t
obj
,
const
esp_task_wdt_config_t
*
config
)
;
esp_task_wdt_impl.h:43
void
esp_task_wdt_impl_timer_free
(
twdt_ctx_t
obj
)
;
esp_task_wdt_impl.h:51
esp_err_t
esp_task_wdt_impl_timer_feed
(
twdt_ctx_t
obj
)
;
esp_task_wdt_impl.h:63
void
esp_task_wdt_impl_timeout_triggered
(
twdt_ctx_t
obj
)
;
esp_task_wdt_impl.h:70
esp_err_t
esp_task_wdt_impl_timer_stop
(
twdt_ctx_t
obj
)
;
esp_task_wdt_impl.h:78
esp_err_t
esp_task_wdt_impl_timer_restart
(
twdt_ctx_t
obj
)
;
esp_task_wdt_impl.h:90
twdt_ctx_t
impl_ctx
;
task_wdt.c:74
twdt_ctx_t
*
obj
)
task_wdt_impl_timergroup.c:92
esp_task_wdt_impl_timer_allocate()
*
obj
=
(
twdt_ctx_t
)
ctx
;
task_wdt_impl_timergroup.c:124
esp_task_wdt_impl_timer_allocate()
esp_err_t
esp_task_wdt_impl_timer_reconfigure
(
twdt_ctx_t
obj
,
const
esp_task_wdt_config_t
*
config
)
task_wdt_impl_timergroup.c:133
esp_task_wdt_impl_timer_reconfigure()
void
esp_task_wdt_impl_timer_free
(
twdt_ctx_t
obj
)
task_wdt_impl_timergroup.c:154
esp_task_wdt_impl_timer_free()
esp_err_t
esp_task_wdt_impl_timer_feed
(
twdt_ctx_t
obj
)
task_wdt_impl_timergroup.c:179
esp_task_wdt_impl_timer_feed()
void
esp_task_wdt_impl_timeout_triggered
(
twdt_ctx_t
obj
)
task_wdt_impl_timergroup.c:197
esp_task_wdt_impl_timeout_triggered()
esp_err_t
esp_task_wdt_impl_timer_stop
(
twdt_ctx_t
obj
)
task_wdt_impl_timergroup.c:209
esp_task_wdt_impl_timer_stop()
esp_err_t
esp_task_wdt_impl_timer_restart
(
twdt_ctx_t
obj
)
task_wdt_impl_timergroup.c:227
esp_task_wdt_impl_timer_restart()
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