![]()
![]()
#include <stdint.h>
![]()
![]()
#include <stdbool.h>
![]()
![]()
#include "hal/misc.h"
![]()
![]()
#include "hal/assert.h"
![]()
![]()
#include "soc/wdt_periph.h"
![]()
![]()
#include "soc/timer_group_struct.h"
![]()
![]()
#include "hal/wdt_types.h"
![]()
![]()
#include "esp_attr.h"
![]()
![]()
#include "esp_assert.h"
![]()
![]()
#define MWDT_LL_DEFAULT_CLK_PRESCALER
![]()
![]()
#define TIMG_WDT_STG_SEL_OFF
![]()
![]()
#define TIMG_WDT_STG_SEL_INT
![]()
![]()
#define TIMG_WDT_STG_SEL_RESET_CPU
![]()
![]()
#define TIMG_WDT_STG_SEL_RESET_SYSTEM
![]()
![]()
#define TIMG_WDT_RESET_LENGTH_100_NS
![]()
![]()
#define TIMG_WDT_RESET_LENGTH_200_NS
![]()
![]()
#define TIMG_WDT_RESET_LENGTH_300_NS
![]()
![]()
#define TIMG_WDT_RESET_LENGTH_400_NS
![]()
![]()
#define TIMG_WDT_RESET_LENGTH_500_NS
![]()
![]()
#define TIMG_WDT_RESET_LENGTH_800_NS
![]()
![]()
#define TIMG_WDT_RESET_LENGTH_1600_NS
![]()
![]()
#define TIMG_WDT_RESET_LENGTH_3200_NS
![]()
![]()
mwdt_ll_enable(timg_dev_t *)
![]()
![]()
mwdt_ll_disable(timg_dev_t *)
![]()
![]()
mwdt_ll_check_if_enabled(timg_dev_t *)
![]()
![]()
mwdt_ll_config_stage(timg_dev_t *, wdt_stage_t, uint32_t, wdt_stage_action_t)
![]()
![]()
switch
(stage)
![]()
![]()
case
WDT_STAGE0:
![]()
![]()
case
WDT_STAGE1:
![]()
![]()
case
WDT_STAGE2:
![]()
![]()
case
WDT_STAGE3:
![]()
![]()
default
![]()
![]()
mwdt_ll_disable_stage(timg_dev_t *, uint32_t)
![]()
![]()
switch
(stage)
![]()
![]()
case
WDT_STAGE0:
![]()
![]()
case
WDT_STAGE1:
![]()
![]()
case
WDT_STAGE2:
![]()
![]()
case
WDT_STAGE3:
![]()
![]()
default
![]()
![]()
mwdt_ll_set_edge_intr(timg_dev_t *, bool)
![]()
![]()
mwdt_ll_set_level_intr(timg_dev_t *, bool)
![]()
![]()
mwdt_ll_set_cpu_reset_length(timg_dev_t *, wdt_reset_sig_length_t)
![]()
![]()
mwdt_ll_set_sys_reset_length(timg_dev_t *, wdt_reset_sig_length_t)
![]()
![]()
mwdt_ll_set_flashboot_en(timg_dev_t *, bool)
![]()
![]()
mwdt_ll_set_prescaler(timg_dev_t *, uint32_t)
![]()
![]()
mwdt_ll_feed(timg_dev_t *)
![]()
![]()
mwdt_ll_write_protect_enable(timg_dev_t *)
![]()
![]()
mwdt_ll_write_protect_disable(timg_dev_t *)
![]()
![]()
mwdt_ll_clear_intr_status(timg_dev_t *)
![]()
![]()
mwdt_ll_set_intr_enable(timg_dev_t *, bool)
![]()
![]()
mwdt_ll_set_clock_source(timg_dev_t *, mwdt_clock_source_t)
![]()
![]()
mwdt_ll_enable_clock(timg_dev_t *, bool)