ESP-IDF
MWDT_LL_DEFAULT_CLK_PRESCALER
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
MWDT_LL_DEFAULT_CLK_PRESCALER
MWDT_LL_DEFAULT_CLK_PRESCALER macro
Syntax
Show:
Summary
Declaration
from
mwdt_ll.h:27
#define
MWDT_LL_DEFAULT_CLK_PRESCALER
40000
Examples
References
from
examples
Code
Location
#define
MWDT_LL_DEFAULT_CLK_PRESCALER
40000
mwdt_ll.h:27
#define
IWDT_PRESCALER
MWDT_LL_DEFAULT_CLK_PRESCALER
// Tick period of 500us if WDT source clock is 80MHz
int_wdt.c:35
wdt_hal_init
(
&
wdt0_context
,
WDT_MWDT0
,
MWDT_LL_DEFAULT_CLK_PRESCALER
,
false
)
;
//Prescaler: wdt counts in ticks of TG0_WDT_TICK_US
panic.c:195
#define
TWDT_PRESCALER
MWDT_LL_DEFAULT_CLK_PRESCALER
// Tick period of 500us if WDT source clock is 80MHz
task_wdt_impl_timergroup.c:29
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