Home
last modified time | relevance | path

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

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