Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_rtc.h291 register uint16_t Highprescaler = 0, Lowprescaler = 0; in LL_RTC_GetDivider() local
292 Highprescaler = READ_REG(RTCx->DIVH & RTC_DIVH_RTC_DIV); in LL_RTC_GetDivider()
295 return (((uint32_t) Highprescaler << 16U) | Lowprescaler); in LL_RTC_GetDivider()