Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dpwr.c84 #define RCC_CSR_WWDGRSTF 0x40000000UL macro
164 if (csr & RCC_CSR_WWDGRSTF) in pwrParseCsr()