Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rcc.h558 __STATIC_INLINE void LL_RCC_SetRTC_HSEPrescaler(uint32_t Div) in LL_RCC_SetRTC_HSEPrescaler() argument
560 MODIFY_REG(RCC->CR, RCC_CR_RTCPRE, Div); in LL_RCC_SetRTC_HSEPrescaler()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rcc.h748 __STATIC_INLINE void LL_RCC_SetRTC_HSEPrescaler(uint32_t Div) in LL_RCC_SetRTC_HSEPrescaler() argument
750 MODIFY_REG(RCC->CR, RCC_CR_RTCPRE, Div); in LL_RCC_SetRTC_HSEPrescaler()