Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c83 #define RCC_CSR_WWDGRSTF 0x40000000UL macro
163 if (csr & RCC_CSR_WWDGRSTF) in pwrParseCsr()