Macros
RTC Smooth Calib Period Definitions
Collaboration diagram for RTC Smooth Calib Period Definitions:

Macros

#define RTC_SMOOTHCALIB_PERIOD_16SEC   0x00002000U
 
#define RTC_SMOOTHCALIB_PERIOD_16SEC   ((uint32_t)0x00002000U)
 
#define RTC_SMOOTHCALIB_PERIOD_32SEC   0x00000000U
 
#define RTC_SMOOTHCALIB_PERIOD_32SEC   ((uint32_t)0x00000000U)
 
#define RTC_SMOOTHCALIB_PERIOD_8SEC   0x00004000U
 
#define RTC_SMOOTHCALIB_PERIOD_8SEC   ((uint32_t)0x00004000U)
 

Detailed Description

Macro Definition Documentation

◆ RTC_SMOOTHCALIB_PERIOD_16SEC [1/2]

#define RTC_SMOOTHCALIB_PERIOD_16SEC   0x00002000U

If RTCCLK = 32768 Hz, Smooth calibration period is 16s, else 2exp19 RTCCLK seconds

Definition at line 264 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_SMOOTHCALIB_PERIOD_16SEC [2/2]

#define RTC_SMOOTHCALIB_PERIOD_16SEC   ((uint32_t)0x00002000U)

If RTCCLK = 32768 Hz, Smooth calibration period is 16s, else 2exp19 RTCCLK seconds

Definition at line 296 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_SMOOTHCALIB_PERIOD_32SEC [1/2]

#define RTC_SMOOTHCALIB_PERIOD_32SEC   0x00000000U

If RTCCLK = 32768 Hz, Smooth calibration period is 32s, else 2exp20 RTCCLK seconds

Definition at line 262 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_SMOOTHCALIB_PERIOD_32SEC [2/2]

#define RTC_SMOOTHCALIB_PERIOD_32SEC   ((uint32_t)0x00000000U)

If RTCCLK = 32768 Hz, Smooth calibration period is 32s, else 2exp20 RTCCLK seconds

Definition at line 294 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_SMOOTHCALIB_PERIOD_8SEC [1/2]

#define RTC_SMOOTHCALIB_PERIOD_8SEC   0x00004000U

If RTCCLK = 32768 Hz, Smooth calibration period is 8s, else 2exp18 RTCCLK seconds

Definition at line 266 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_SMOOTHCALIB_PERIOD_8SEC [2/2]

#define RTC_SMOOTHCALIB_PERIOD_8SEC   ((uint32_t)0x00004000U)

If RTCCLK = 32768 Hz, Smooth calibration period is 8s, else 2exp18 RTCCLK seconds

Definition at line 298 of file stm32f7xx_hal_rtc_ex.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:07