Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dpwr.c83 #define RCC_CSR_IWDGRSTF 0x20000000UL macro
166 if (csr & RCC_CSR_IWDGRSTF) in pwrParseCsr()