Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c76 #define RCC_CSR_LSIRDY 0x00000002UL macro
226 while ((RCC->CSR & RCC_CSR_LSIRDY) == 0); in pwrEnableAndClockRtc()