Home
last modified time | relevance | path

Searched refs:WWDG_CFR_EWI (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dwdt.c41 #define WWDG_CFR_EWI 0x0200 macro
78 WWDG->CFR = WWDG_CFR_EWI | WWDG_CFR_DIV8 | WWDG_TCNT_HIGH | (WWDG_WINDOW_SIZE & WWDG_TCNT_MASK); in wdtInit()