/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_rtc.h | 2668 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/ |
D | stm32f4xx_ll_rtc.h | 3057 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/ |
D | stm32l1xx_ll_rtc.h | 3061 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/ |
D | stm32f2xx_hal_rtc_ex.c | 1186 hrtc->Instance->CALIBR = (uint32_t)(CalibSign | Value); in HAL_RTCEx_SetCoarseCalib()
|
D | stm32f2xx_hal_rtc.c | 381 hrtc->Instance->CALIBR = 0x00000000U; in HAL_RTC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_rtc_ex.c | 1327 hrtc->Instance->CALIBR = (uint32_t)(CalibSign | Value); in HAL_RTCEx_SetCoarseCalib()
|
D | stm32f4xx_hal_rtc.c | 387 hrtc->Instance->CALIBR = 0x00000000U; in HAL_RTC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_rtc_ex.c | 1383 hrtc->Instance->CALIBR = (uint32_t)(CalibSign | Value); in HAL_RTCEx_SetCoarseCalib()
|
D | stm32l1xx_hal_rtc.c | 389 hrtc->Instance->CALIBR = 0x00000000U; in HAL_RTC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 417 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address offs… member
|
D | stm32f410rx.h | 417 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address offs… member
|
D | stm32f410tx.h | 414 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address offs… member
|
D | stm32f401xc.h | 383 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address offs… member
|
D | stm32f401xe.h | 383 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address offs… member
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 428 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
|
D | stm32l152xba.h | 428 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
|
D | stm32l100xba.h | 428 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
|
D | stm32l100xb.h | 428 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
|
D | stm32l151xb.h | 413 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
|
D | stm32l151xba.h | 413 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
|
D | stm32l100xc.h | 454 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
|
D | stm32l151xc.h | 456 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
|
D | stm32l151xca.h | 456 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
|
D | stm32l151xdx.h | 466 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
|
D | stm32l151xe.h | 466 …__IO uint32_t CALIBR; /*!< RTC calibration register, Address … member
|