ESP-IDF
get_addr_reg()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_addr_reg()
get_addr_reg() function
Syntax
Show:
Summary
Declaration
from
rtc_wdt.c:71
static
uint32_t
get_addr_reg
(
rtc_wdt_stage_t
stage
)
;
Arguments
Argument
stage
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
get_addr_reg
(
rtc_wdt_stage_t
stage
)
rtc_wdt.c:71
WRITE_PERI_REG
(
get_addr_reg
(
stage
)
,
timeout
)
;
rtc_wdt.c:97
rtc_wdt_set_time()
time_tick
=
READ_PERI_REG
(
get_addr_reg
(
stage
)
)
;
rtc_wdt.c:111
rtc_wdt_get_timeout()
Call Tree
from
examples
get_addr_reg()
is called by 2 functions:
rtc_wdt_set_time()
rtc_wdt_get_timeout()
All items filtered out
get_addr_reg()
All items filtered out
Data Use
from
examples
get_addr_reg()
reads 3 variables:
rtc_wdt_stage_t::RTC_WDT_STAGE0
rtc_wdt_stage_t::RTC_WDT_STAGE1
rtc_wdt_stage_t::RTC_WDT_STAGE2
All items filtered out
get_addr_reg()
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