We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5eb70b commit 13275a7Copy full SHA for 13275a7
wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/sl_si91x_m4_ps.h
@@ -42,7 +42,9 @@
42
#include "rsi_rom_ulpss_clk.h"
43
#include "rsi_rom_timer.h"
44
#include "rsi_rom_power_save.h"
45
+#ifndef __ZEPHYR__
46
#include "sl_event_handler.h"
47
+#endif
48
49
/*=======================================================================*/
50
//! Power save command parameters
@@ -64,5 +66,6 @@ void IRQ026_Handler();
64
66
void vPortSetupTimerInterrupt(void);
65
67
68
void wakeup_source_config(void);
69
+void sli_si91x_m4_ta_wakeup_configurations(void);
70
#endif /* SLI_SI91X_MCU_INTERFACE */
71
#endif /* SL_SI91X_M4_POWERSAVE_H_ */
0 commit comments