Searched refs:RTCCR (Results 1 – 18 of 18) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_rtc.h | 313 MODIFY_REG(BKPx->RTCCR, (BKP_RTCCR_CCO | BKP_RTCCR_ASOE | BKP_RTCCR_ASOS), OutputSource); in LL_RTC_SetOutputSource() 330 return (uint32_t)(READ_BIT(BKPx->RTCCR, (BKP_RTCCR_CCO | BKP_RTCCR_ASOE | BKP_RTCCR_ASOS))); in LL_RTC_GetOutPutSource() 642 MODIFY_REG(BKPx->RTCCR, BKP_RTCCR_CAL, Value); in LL_RTC_CAL_SetCoarseDigital() 653 return (uint32_t)(READ_BIT(BKPx->RTCCR, BKP_RTCCR_CAL)); in LL_RTC_CAL_GetCoarseDigital()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_rtc_ex.c | 97 if (HAL_IS_BIT_SET(BKP->RTCCR, (BKP_RTCCR_CCO | BKP_RTCCR_ASOE))) in HAL_RTCEx_SetTamper() 143 if (HAL_IS_BIT_SET(BKP->RTCCR, (BKP_RTCCR_CCO | BKP_RTCCR_ASOE))) in HAL_RTCEx_SetTamper_IT() 548 MODIFY_REG(BKP->RTCCR, BKP_RTCCR_CAL, SmouthCalibMinusPulsesValue); in HAL_RTCEx_SetSmoothCalib()
|
D | stm32f1xx_ll_rtc.c | 116 LL_RTC_WriteReg(BKP, RTCCR, 0x00000000U); in LL_RTC_DeInit()
|
D | stm32f1xx_hal_rtc.c | 354 MODIFY_REG(BKP->RTCCR, (BKP_RTCCR_CCO | BKP_RTCCR_ASOE | BKP_RTCCR_ASOS), hrtc->Init.OutPut); in HAL_RTC_Init()
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 179 __IO uint32_t RTCCR; member
|
D | stm32f101xb.h | 184 __IO uint32_t RTCCR; member
|
D | stm32f100xb.h | 191 __IO uint32_t RTCCR; member
|
D | stm32f102x6.h | 182 __IO uint32_t RTCCR; member
|
D | stm32f100xe.h | 206 __IO uint32_t RTCCR; member
|
D | stm32f101xg.h | 201 __IO uint32_t RTCCR; member
|
D | stm32f101xe.h | 195 __IO uint32_t RTCCR; member
|
D | stm32f102xb.h | 187 __IO uint32_t RTCCR; member
|
D | stm32f103x6.h | 188 __IO uint32_t RTCCR; member
|
D | stm32f103xb.h | 193 __IO uint32_t RTCCR; member
|
D | stm32f103xe.h | 210 __IO uint32_t RTCCR; member
|
D | stm32f103xg.h | 210 __IO uint32_t RTCCR; member
|
D | stm32f105xc.h | 209 __IO uint32_t RTCCR; member
|
D | stm32f107xc.h | 211 __IO uint32_t RTCCR; member
|