MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / clear

Method clear

lib/TimerService/src/TimerService.cpp:228–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 *****************************************************************************/
227
228void TimerService::clear()
229{
230 size_t idx;
231
232 for (idx = 0U; idx < MAX_TIMER_COUNT; ++idx)
233 {
234 m_settings[idx].clear();
235 }
236}
237
238bool TimerService::loadSettings()
239{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected