|
STM32F103xB HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_RTC_CAL_SetCoarseDigital (BKP_TypeDef *BKPx, uint32_t Value) |
| Set the coarse digital calibration. | |
| __STATIC_INLINE uint32_t | LL_RTC_CAL_GetCoarseDigital (BKP_TypeDef *BKPx) |
| Get the coarse digital calibration value. | |
| __STATIC_INLINE uint32_t LL_RTC_CAL_GetCoarseDigital | ( | BKP_TypeDef * | BKPx | ) |
Get the coarse digital calibration value.
| BKPx | BKP Instance |
| value | of coarse calibration expressed in ppm (coded on 5 bits) |
Definition at line 652 of file stm32f1xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_CAL_SetCoarseDigital | ( | BKP_TypeDef * | BKPx, |
| uint32_t | Value | ||
| ) |
Set the coarse digital calibration.
| BKPx | RTC Instance |
| Value | value of coarse calibration expressed in ppm (coded on 5 bits) |
| None |
Definition at line 641 of file stm32f1xx_ll_rtc.h.
1.7.6.1