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 f22df42 commit cb7600aCopy full SHA for cb7600a
drivers/nrf_wifi/hw_if/hal/inc/hal_structs.h
@@ -247,6 +247,8 @@ struct nrf_wifi_hal_dev_ctx {
247
/** RPU wake up now asserted flag */
248
bool is_wakeup_now_asserted;
249
/** RPU wake up now asserted time */
250
+ unsigned long last_wakeup_now_asserted_time_ms;
251
+ /** RPU wake up now asserted time */
252
unsigned long last_wakeup_now_deasserted_time_ms;
253
/** RPU sleep opp time */
254
unsigned long last_rpu_sleep_opp_time_ms;
0 commit comments