Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dwdt.c44 #define WWDG_CR_ENABLE 0x80 macro
95 WWDG->CR = WWDG_CR_ENABLE | WWDG_TCNT_HIGH | (WWDG_WINDOW_SIZE & WWDG_TCNT_MASK); in wdtInit()