Macros
Collaboration diagram for RTC_Smooth_calib_period_Definitions:

Macros

#define IS_RTC_SMOOTH_CALIB_PERIOD(PERIOD)
 
#define IS_RTC_SMOOTH_CALIB_PERIOD(PERIOD)
 
#define RTC_SmoothCalibPeriod_16sec   ((uint32_t)0x00002000)
 
#define RTC_SmoothCalibPeriod_16sec   ((uint32_t)0x00002000)
 
#define RTC_SmoothCalibPeriod_32sec   ((uint32_t)0x00000000)
 
#define RTC_SmoothCalibPeriod_32sec   ((uint32_t)0x00000000)
 
#define RTC_SmoothCalibPeriod_8sec   ((uint32_t)0x00004000)
 
#define RTC_SmoothCalibPeriod_8sec   ((uint32_t)0x00004000)
 

Detailed Description

Macro Definition Documentation

◆ IS_RTC_SMOOTH_CALIB_PERIOD [1/2]

#define IS_RTC_SMOOTH_CALIB_PERIOD (   PERIOD)
Value:
(((PERIOD) == RTC_SmoothCalibPeriod_32sec) || \
((PERIOD) == RTC_SmoothCalibPeriod_16sec) || \
#define RTC_SmoothCalibPeriod_32sec
#define RTC_SmoothCalibPeriod_16sec
#define RTC_SmoothCalibPeriod_8sec

Definition at line 475 of file stm32f30x_rtc.h.

◆ IS_RTC_SMOOTH_CALIB_PERIOD [2/2]

#define IS_RTC_SMOOTH_CALIB_PERIOD (   PERIOD)
Value:
(((PERIOD) == RTC_SmoothCalibPeriod_32sec) || \
((PERIOD) == RTC_SmoothCalibPeriod_16sec) || \
#define RTC_SmoothCalibPeriod_32sec
#define RTC_SmoothCalibPeriod_16sec
#define RTC_SmoothCalibPeriod_8sec

Definition at line 476 of file stm32f4xx_rtc.h.

◆ RTC_SmoothCalibPeriod_16sec [1/2]

#define RTC_SmoothCalibPeriod_16sec   ((uint32_t)0x00002000)

if RTCCLK = 32768 Hz, Smooth calibation period is 16s, else 2exp19 RTCCLK seconds

Definition at line 469 of file stm32f30x_rtc.h.

◆ RTC_SmoothCalibPeriod_16sec [2/2]

#define RTC_SmoothCalibPeriod_16sec   ((uint32_t)0x00002000)

if RTCCLK = 32768 Hz, Smooth calibation period is 16s, else 2exp19 RTCCLK seconds

Definition at line 470 of file stm32f4xx_rtc.h.

◆ RTC_SmoothCalibPeriod_32sec [1/2]

#define RTC_SmoothCalibPeriod_32sec   ((uint32_t)0x00000000)

if RTCCLK = 32768 Hz, Smooth calibation period is 32s, else 2exp20 RTCCLK seconds

Definition at line 466 of file stm32f30x_rtc.h.

◆ RTC_SmoothCalibPeriod_32sec [2/2]

#define RTC_SmoothCalibPeriod_32sec   ((uint32_t)0x00000000)

if RTCCLK = 32768 Hz, Smooth calibation period is 32s, else 2exp20 RTCCLK seconds

Definition at line 467 of file stm32f4xx_rtc.h.

◆ RTC_SmoothCalibPeriod_8sec [1/2]

#define RTC_SmoothCalibPeriod_8sec   ((uint32_t)0x00004000)

if RTCCLK = 32768 Hz, Smooth calibation period is 8s, else 2exp18 RTCCLK seconds

Definition at line 472 of file stm32f30x_rtc.h.

◆ RTC_SmoothCalibPeriod_8sec [2/2]

#define RTC_SmoothCalibPeriod_8sec   ((uint32_t)0x00004000)

if RTCCLK = 32768 Hz, Smooth calibation period is 8s, else 2exp18 RTCCLK seconds

Definition at line 473 of file stm32f4xx_rtc.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:15