ESP-IDF
mwdt_ll_clear_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
mwdt_ll_clear_intr_status()
mwdt_ll_clear_intr_status() function
Clear the MWDT interrupt status.
Syntax
Show:
Summary
Declaration
from
mwdt_ll.h:261
FORCE_INLINE_ATTR
void
mwdt_ll_clear_intr_status
(
timg_dev_t
*
hw
)
;
Arguments
Argument
Description
hw
Start address of the peripheral registers.
Related Functions
Found 35 other functions taking a
timg_dev_t
argument:
Function
Description
timer_ll_enable_alarm()
Enable alarm event
timer_ll_enable_counter()
Enable timer, start counting
timer_ll_enable_intr()
Enable timer interrupt by mask
timer_ll_clear_intr_status()
Clear interrupt status by mask
timer_ll_enable_auto_reload()
Enable auto-reload mode
timer_ll_enable_clock()
Enable Timer Group (GPTimer) module clock
timer_ll_get_intr_status()
Get interrupt status
mwdt_ll_disable_stage()
Disable a particular stage of the MWDT
mwdt_ll_feed()
Feed the MWDT Resets the current timer count and current stage.
timer_ll_get_counter_value()
Get counter value
timer_ll_set_alarm_value()
Set alarm value
timer_ll_set_reload_value()
Set reload value
timer_ll_set_clock_prescale()
Set clock prescale for timer
timer_ll_set_count_direction()
Set count direction
mwdt_ll_write_protect_disable()
Disable write protection of the MWDT registers
mwdt_ll_write_protect_enable()
Enable write protection of the MWDT registers
mwdt_ll_disable()
Disable the MWDT
timer_ll_set_clock_source()
Set clock source for timer
timer_ll_trigger_soft_capture()
Trigger software capture event
timer_ll_get_intr_status_reg()
Get interrupt status register address.
mwdt_ll_set_intr_enable()
Set the interrupt enable bit for the MWDT interrupt.
mwdt_ll_enable_clock()
Enable MWDT module clock
timer_ll_get_reload_value()
Get reload value
timer_ll_trigger_soft_reload()
Trigger software reload, value set by `timer_ll_set_reload_value()` will be reflected into counter immediately
mwdt_ll_set_clock_source()
Set the clock source for the MWDT.
mwdt_ll_set_edge_intr()
Enable or disable MWDT edge interrupt
mwdt_ll_set_level_intr()
Enable or disable MWDT level interrupt
mwdt_ll_set_cpu_reset_length()
Set the length of the CPU reset action
mwdt_ll_set_sys_reset_length()
Set the length of the system reset action
mwdt_ll_set_flashboot_en()
Enable/Disable the MWDT flashboot mode.
mwdt_ll_set_prescaler()
Set the clock prescaler of the MWDT
mwdt_ll_enable()
Enable the MWDT
mwdt_ll_check_if_enabled()
Check if the MWDT is enabled
mwdt_ll_config_stage()
Configure a particular stage of the MWDT
timer_ll_enable_register_clock_always_on()
Enable the register clock forever
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