Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c84 #define RCC_CSR_LPWRRSTF 0x80000000UL macro
161 if (csr & RCC_CSR_LPWRRSTF) in pwrParseCsr()