ESP-IDF
timg_wdtconfig0_reg_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
timg_wdtconfig0_reg_t
timg_wdtconfig0_reg_t union
Group: Configuration and Control Register for WDT Type of wdtconfig0 register Watchdog timer configuration register
Syntax
Show:
Summary
Declaration
from
timer_group_struct.h:182
typedef
union
{
struct
{
uint32_t
reserved_0
:
14
;
uint32_t
wdt_flashboot_mod_en
:
1
;
uint32_t
wdt_sys_reset_length
:
3
;
uint32_t
wdt_cpu_reset_length
:
3
;
uint32_t
wdt_level_int_en
:
1
;
uint32_t
wdt_edge_int_en
:
1
;
uint32_t
wdt_stg3
:
2
;
uint32_t
wdt_stg2
:
2
;
uint32_t
wdt_stg1
:
2
;
uint32_t
wdt_stg0
:
2
;
uint32_t
wdt_en
:
1
;
}
;
uint32_t
val
;
}
timg_wdtconfig0_reg_t
;
Fields
Field
Declared as
timg_wdtconfig0_reg_t::val
uint32_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
timer_group_struct.h:182
}
timg_wdtconfig0_reg_t
;
timer_group_struct.h:239
timg_wdtconfig0_reg_t
volatile
timg_wdtconfig0_reg_t
wdtconfig0
;
timer_group_struct.h:705
timg_dev_t
timg_dev_t::wdtconfig0
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
Instance
Scope
Location
Project
timg_dev_t::wdtconfig0
timg_dev_t
timer_group_struct.h:705
Lifecycle
from
examples
All items filtered out
All items filtered out