ESP-IDF
rwdt_ll_check_intr_status()
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
rwdt_ll_check_intr_status()
rwdt_ll_check_intr_status() function
Check if the RWDT interrupt has been triggered
Syntax
Show:
Summary
Declaration
from
rwdt_ll.h:290
FORCE_INLINE_ATTR
bool
rwdt_ll_check_intr_status
(
rtc_cntl_dev_t
*
hw
)
;
Arguments
Argument
Description
hw
Start address of the peripheral registers.
Return value
True if the RWDT interrupt was triggered
Related Functions
Found 18 other functions taking a
rtc_cntl_dev_s
argument:
Function
Description
rwdt_ll_disable_stage()
Disable a particular stage of the RWDT
rwdt_ll_feed()
Feed the RWDT Resets the current timer count and current stage.
rwdt_ll_clear_intr_status()
Clear the RWDT interrupt status.
rwdt_ll_disable()
Disable the RWDT
rwdt_ll_write_protect_enable()
Enable write protection of the RWDT registers
rwdt_ll_write_protect_disable()
Disable write protection of the RWDT registers
rwdt_ll_set_intr_enable()
Enable the RWDT interrupt.
rwdt_ll_enable()
Enable the RWDT
rwdt_ll_check_if_enabled()
Check if the RWDT is enabled
rwdt_ll_config_stage()
Configure a particular stage of the RWDT
rwdt_ll_set_edge_intr()
Enable or disable RWDT edge interrupt
rwdt_ll_set_level_intr()
Enable or disable RWDT level interrupt
rwdt_ll_set_cpu_reset_length()
Set the length of the CPU reset action
rwdt_ll_set_sys_reset_length()
Set the length of the system reset action
rwdt_ll_set_flashboot_en()
Enable/Disable the RWDT flashboot mode.
rwdt_ll_set_procpu_reset_en()
Enable/Disable the CPU0 to be reset on WDT_STAGE_ACTION_RESET_CPU
rwdt_ll_set_appcpu_reset_en()
Enable/Disable the CPU1 to be reset on WDT_STAGE_ACTION_RESET_CPU
rwdt_ll_set_pause_in_sleep_en()
Enable/Disable the RWDT pause during sleep functionality
Examples
References
from
examples
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