Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dpwr.c76 #define RCC_CSR_LSION 0x00000001UL macro
211 RCC->CSR &= ~RCC_CSR_LSION; in pwrEnableAndClockRtc()
225 RCC->CSR |= RCC_CSR_LSION; in pwrEnableAndClockRtc()