Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c82 #define RCC_CSR_IWDGRSTF 0x20000000UL macro
165 if (csr & RCC_CSR_IWDGRSTF) in pwrParseCsr()