29 explicit EnterCfgModeAfterPowerCycle(uint32_t timeoutMs = 5000,
30 uint32_t powerCycles = 3,
31 bool alwaysEnabled =
false);
35 void setAlwaysEnabled(
bool alwaysEnabled);
36 void setIncrementOnlyOnPowerResetReason(
bool value);
40 uint32_t timestampMs = 0;
41 uint32_t timeoutMs = 5000;
42 uint32_t maxPowerCycles = 3;
43 uint32_t currentPowerCycle = 0;
44 bool incremented =
false;
46 bool alwaysEnabled =
false;
47 bool incrementOnlyOnPowerResetReason =
false;