STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RTC_CAL_SetOutputFreq (RTC_TypeDef *RTCx, uint32_t Frequency) |
Set Calibration output frequency (1 Hz or 512 Hz) | |
__STATIC_INLINE uint32_t | LL_RTC_CAL_GetOutputFreq (RTC_TypeDef *RTCx) |
Get Calibration output frequency (1 Hz or 512 Hz) | |
__STATIC_INLINE void | LL_RTC_CAL_EnableCoarseDigital (RTC_TypeDef *RTCx) |
Enable Coarse digital calibration. | |
__STATIC_INLINE void | LL_RTC_CAL_DisableCoarseDigital (RTC_TypeDef *RTCx) |
Disable Coarse digital calibration. | |
__STATIC_INLINE void | LL_RTC_CAL_ConfigCoarseDigital (RTC_TypeDef *RTCx, uint32_t Sign, uint32_t Value) |
Set the coarse digital calibration. | |
__STATIC_INLINE uint32_t | LL_RTC_CAL_GetCoarseDigitalValue (RTC_TypeDef *RTCx) |
Get the coarse digital calibration value. | |
__STATIC_INLINE uint32_t | LL_RTC_CAL_GetCoarseDigitalSign (RTC_TypeDef *RTCx) |
Get the coarse digital calibration sign. | |
__STATIC_INLINE void | LL_RTC_CAL_SetPulse (RTC_TypeDef *RTCx, uint32_t Pulse) |
Insert or not One RTCCLK pulse every 2exp11 pulses (frequency increased by 488.5 ppm) | |
__STATIC_INLINE uint32_t | LL_RTC_CAL_IsPulseInserted (RTC_TypeDef *RTCx) |
Check if one RTCCLK has been inserted or not every 2exp11 pulses (frequency increased by 488.5 ppm) | |
__STATIC_INLINE void | LL_RTC_CAL_SetPeriod (RTC_TypeDef *RTCx, uint32_t Period) |
Set the calibration cycle period. | |
__STATIC_INLINE uint32_t | LL_RTC_CAL_GetPeriod (RTC_TypeDef *RTCx) |
Get the calibration cycle period. | |
__STATIC_INLINE void | LL_RTC_CAL_SetMinus (RTC_TypeDef *RTCx, uint32_t CalibMinus) |
Set Calibration minus. | |
__STATIC_INLINE uint32_t | LL_RTC_CAL_GetMinus (RTC_TypeDef *RTCx) |
Get Calibration minus. |
__STATIC_INLINE void LL_RTC_CAL_ConfigCoarseDigital | ( | RTC_TypeDef * | RTCx, |
uint32_t | Sign, | ||
uint32_t | Value | ||
) |
Set the coarse digital calibration.
RTCx | RTC Instance |
Sign | This parameter can be one of the following values: |
Value | value of coarse calibration expressed in ppm (coded on 5 bits) |
None |
Definition at line 3181 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_CAL_DisableCoarseDigital | ( | RTC_TypeDef * | RTCx | ) |
Disable Coarse digital calibration.
RTCx | RTC Instance |
None |
Definition at line 3161 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_CAL_EnableCoarseDigital | ( | RTC_TypeDef * | RTCx | ) |
Enable Coarse digital calibration.
RTCx | RTC Instance |
None |
Definition at line 3148 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_CAL_GetCoarseDigitalSign | ( | RTC_TypeDef * | RTCx | ) |
Get the coarse digital calibration sign.
RTCx | RTC Instance |
Returned | value can be one of the following values: |
Definition at line 3205 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_CAL_GetCoarseDigitalValue | ( | RTC_TypeDef * | RTCx | ) |
Get the coarse digital calibration value.
RTCx | RTC Instance |
value | of coarse calibration expressed in ppm (coded on 5 bits) |
Definition at line 3192 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_CAL_GetMinus | ( | RTC_TypeDef * | RTCx | ) |
Get Calibration minus.
RTCx | RTC Instance |
Value | between Min_Data=0x00 and Max_Data= 0x1FF |
Definition at line 3290 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_CAL_GetOutputFreq | ( | RTC_TypeDef * | RTCx | ) |
Get Calibration output frequency (1 Hz or 512 Hz)
RTCx | RTC Instance |
Returned | value can be one of the following values: |
Definition at line 3135 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_CAL_GetPeriod | ( | RTC_TypeDef * | RTCx | ) |
Get the calibration cycle period.
RTCx | RTC Instance |
Returned | value can be one of the following values: |
Definition at line 3265 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_CAL_IsPulseInserted | ( | RTC_TypeDef * | RTCx | ) |
Check if one RTCCLK has been inserted or not every 2exp11 pulses (frequency increased by 488.5 ppm)
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3232 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_CAL_SetMinus | ( | RTC_TypeDef * | RTCx, |
uint32_t | CalibMinus | ||
) |
Set Calibration minus.
RTCx | RTC Instance |
CalibMinus | Value between Min_Data=0x00 and Max_Data=0x1FF |
None |
Definition at line 3279 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_CAL_SetOutputFreq | ( | RTC_TypeDef * | RTCx, |
uint32_t | Frequency | ||
) |
Set Calibration output frequency (1 Hz or 512 Hz)
RTCx | RTC Instance |
Frequency | This parameter can be one of the following values: |
None |
Definition at line 3120 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_CAL_SetPeriod | ( | RTC_TypeDef * | RTCx, |
uint32_t | Period | ||
) |
Set the calibration cycle period.
RTCx | RTC Instance |
Period | This parameter can be one of the following values: |
None |
Definition at line 3250 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_CAL_SetPulse | ( | RTC_TypeDef * | RTCx, |
uint32_t | Pulse | ||
) |
Insert or not One RTCCLK pulse every 2exp11 pulses (frequency increased by 488.5 ppm)
RTCx | RTC Instance |
Pulse | This parameter can be one of the following values: |
None |
Definition at line 3221 of file stm32f4xx_ll_rtc.h.