ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_wake_stub_get_wakeup_cause()
from the following samples and libraries:
deep_sleep_wake_stub sample
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
esp_wake_stub_get_wakeup_cause()
esp_wake_stub_get_wakeup_cause() function
Get wakeup cause from deep sleep stub. This should be called from the wake stub code.
Syntax
Show:
Summary
Declaration
Definition
from
esp_wake_stub.h:64
uint32_t
esp_wake_stub_get_wakeup_cause
(
void
)
;
Implemented in
sleep_wake_stub.c:112
Return value
wakeup casue value
Examples
esp_wake_stub_get_wakeup_cause()
is referenced by 1 libraries and example projects:
deep_sleep_wake_stub sample
References
from
0/1
examples
Code
Location
uint32_t
RTC_IRAM_ATTR
esp_wake_stub_get_wakeup_cause
(
void
)
sleep_wake_stub.c:112
uint32_t
esp_wake_stub_get_wakeup_cause
(
void
)
;
esp_wake_stub.h:64
Call Tree
from
0/1
examples
esp_wake_stub_get_wakeup_cause()
calls 1 function:
All items filtered out
esp_wake_stub_get_wakeup_cause()
rtc_cntl_ll_get_wakeup_cause()
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out