Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c75 #define RCC_CSR_LSION 0x00000001UL macro
210 RCC->CSR &= ~RCC_CSR_LSION; in pwrEnableAndClockRtc()
224 RCC->CSR |= RCC_CSR_LSION; in pwrEnableAndClockRtc()