summaryrefslogtreecommitdiff
path: root/fw/esp32/components/eos/include/power.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2026-01-07 22:13:36 +0100
committerUros Majstorovic <majstor@majstor.org>2026-01-07 22:13:36 +0100
commit285ddd410a559449b7e2cbab9b2b10e850efbd08 (patch)
treed6cfe1577675c3478444f0b82b7c5f56bd6b174f /fw/esp32/components/eos/include/power.h
parent2357302c5e0228c1209b747cc5e0b11d7bef0a02 (diff)
added APP <-> FE310 bridge SPI messages; enabled esp32 wake from deep sleep; IP tunnel for app module supports NAT and port forwadring; introduced EOSMessage struct for SPI messages;
Diffstat (limited to 'fw/esp32/components/eos/include/power.h')
-rw-r--r--fw/esp32/components/eos/include/power.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fw/esp32/components/eos/include/power.h b/fw/esp32/components/eos/include/power.h
index 2590b80..c7d184c 100644
--- a/fw/esp32/components/eos/include/power.h
+++ b/fw/esp32/components/eos/include/power.h
@@ -20,6 +20,7 @@ void eos_power_sys_sleep(uint8_t mode);
void eos_power_sys_wake(uint8_t mode) ;
uint32_t eos_power_wakeup_source(void);
-void eos_power_sleep_req(uint8_t mode, uint32_t dev);
+void eos_power_set_mode(uint8_t mode);
+void eos_power_sleep_req(uint32_t dev);
void eos_power_sleep_rdy(uint32_t dev);
void eos_power_wake(uint32_t dev);