Lines Matching full:stats0
99 struct nugget_app_low_power_stats stats0;
110 memcpy(&stats0, buffer.data(), sizeof(stats0));
139 if (stats1.hard_reset_count == stats0.hard_reset_count + 1 &&
148 ShowStats("stats before waiting", stats0);
155 struct nugget_app_low_power_stats stats0;
166 memcpy(&stats0, buffer.data(), sizeof(stats0));
183 if (stats1.hard_reset_count == stats0.hard_reset_count &&
184 stats1.deep_sleep_count == stats0.deep_sleep_count + 1 &&
185 stats1.wake_count == stats0.wake_count + 1 &&
186 stats1.time_spent_in_deep_sleep > stats0.time_spent_in_deep_sleep) {
195 ShowStats("stats before waiting", stats0);
202 struct nugget_app_low_power_stats stats0;
213 memcpy(&stats0, buffer.data(), sizeof(stats0));
234 const bool ret = stats1.hard_reset_count == stats0.hard_reset_count;