Home
last modified time | relevance | path

Searched refs:CALIBR (Results 1 – 25 of 58) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rtc.h2668 MODIFY_REG(RTCx->CALIBR, RTC_CALIBR_DCS | RTC_CALIBR_DC, Sign | Value); in LL_RTC_CAL_ConfigCoarseDigital()
2679 return (uint32_t)(READ_BIT(RTCx->CALIBR, RTC_CALIBR_DC)); in LL_RTC_CAL_GetCoarseDigitalValue()
2692 return (uint32_t)(READ_BIT(RTCx->CALIBR, RTC_CALIBR_DCS)); in LL_RTC_CAL_GetCoarseDigitalSign()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rtc.h3057 MODIFY_REG(RTCx->CALIBR, RTC_CALIBR_DCS | RTC_CALIBR_DC, Sign | Value); in LL_RTC_CAL_ConfigCoarseDigital()
3068 return (uint32_t)(READ_BIT(RTCx->CALIBR, RTC_CALIBR_DC)); in LL_RTC_CAL_GetCoarseDigitalValue()
3081 return (uint32_t)(READ_BIT(RTCx->CALIBR, RTC_CALIBR_DCS)); in LL_RTC_CAL_GetCoarseDigitalSign()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rtc.h3061 MODIFY_REG(RTCx->CALIBR, RTC_CALIBR_DCS | RTC_CALIBR_DC, Sign | Value); in LL_RTC_CAL_ConfigCoarseDigital()
3072 return (uint32_t)(READ_BIT(RTCx->CALIBR, RTC_CALIBR_DC)); in LL_RTC_CAL_GetCoarseDigitalValue()
3085 return (uint32_t)(READ_BIT(RTCx->CALIBR, RTC_CALIBR_DCS)); in LL_RTC_CAL_GetCoarseDigitalSign()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rtc_ex.c1186 hrtc->Instance->CALIBR = (uint32_t)(CalibSign | Value); in HAL_RTCEx_SetCoarseCalib()
Dstm32f2xx_hal_rtc.c381 hrtc->Instance->CALIBR = 0x00000000U; in HAL_RTC_DeInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rtc_ex.c1327 hrtc->Instance->CALIBR = (uint32_t)(CalibSign | Value); in HAL_RTCEx_SetCoarseCalib()
Dstm32f4xx_hal_rtc.c387 hrtc->Instance->CALIBR = 0x00000000U; in HAL_RTC_DeInit()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rtc_ex.c1383 hrtc->Instance->CALIBR = (uint32_t)(CalibSign | Value); in HAL_RTCEx_SetCoarseCalib()
Dstm32l1xx_hal_rtc.c389 hrtc->Instance->CALIBR = 0x00000000U; in HAL_RTC_DeInit()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h417 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address offs… member
Dstm32f410rx.h417 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address offs… member
Dstm32f410tx.h414 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address offs… member
Dstm32f401xc.h383 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address offs… member
Dstm32f401xe.h383 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address offs… member
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h428 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
Dstm32l152xba.h428 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
Dstm32l100xba.h428 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
Dstm32l100xb.h428 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
Dstm32l151xb.h413 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
Dstm32l151xba.h413 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
Dstm32l100xc.h454 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
Dstm32l151xc.h456 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
Dstm32l151xca.h456 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
Dstm32l151xdx.h466 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
Dstm32l151xe.h466 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member

123