STM32F10x Standard Peripherals Library  3.5.0
RTC_Private_Defines

Defines

#define RTC_LSB_MASK   ((uint32_t)0x0000FFFF)
#define PRLH_MSB_MASK   ((uint32_t)0x000F0000)

Define Documentation

#define PRLH_MSB_MASK   ((uint32_t)0x000F0000)

RTC Prescaler MSB Mask

Definition at line 45 of file stm32f10x_rtc.c.

#define RTC_LSB_MASK   ((uint32_t)0x0000FFFF)

RTC LSB Mask

Definition at line 44 of file stm32f10x_rtc.c.