ESP-IDF
RTC_BOOT_TIME_HIGH_REG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
RTC_BOOT_TIME_HIGH_REG
RTC_BOOT_TIME_HIGH_REG macro
Syntax
Show:
Summary
Declaration
from
rtc.h:59
#define
RTC_BOOT_TIME_HIGH_REG
RTC_CNTL_STORE3_REG
Examples
References
from
examples
Code
Location
#define
RTC_BOOT_TIME_HIGH_REG
RTC_CNTL_STORE3_REG
rtc.h:59
REG_WRITE
(
RTC_BOOT_TIME_HIGH_REG
,
(
uint32_t
)
(
time_us
>
>
32
)
)
;
esp_time_impl.c:103
result
=
(
(
uint64_t
)
REG_READ
(
RTC_BOOT_TIME_LOW_REG
)
)
+
(
(
(
uint64_t
)
REG_READ
(
RTC_BOOT_TIME_HIGH_REG
)
)
<
<
32
)
;
esp_time_impl.c:115
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