Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc.h4433 MODIFY_REG(RCC->CFGR1, RCC_CFGR1_RTCPRE, \
4434 (((__RTCCLKSource__) & 0xFFFFCFFU) >> 4)) : CLEAR_BIT(RCC->CFGR1, RCC_CFGR1_RTCPRE)
4520 #define __HAL_RCC_GET_RTC_HSE_PRESCALER() ((uint32_t)(READ_BIT(RCC->CFGR1, RCC_CFGR1_RTCPRE)))
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h15739 #define RCC_CFGR1_RTCPRE RCC_CFGR1_RTCPRE_Msk /*!< HSE divisi… macro