Module stm32_hal2::pac::rtc::dr

source ·
Expand description

The RTC_DR is the calendar date shadow register. This register must be written in initialization mode only. Refer to Calendar initialization and configuration on page9 and Reading the calendar on page10.This register is write protected. The write access procedure is described in RTC register write protection on page9.

Structs

The RTC_DR is the calendar date shadow register. This register must be written in initialization mode only. Refer to Calendar initialization and configuration on page9 and Reading the calendar on page10.This register is write protected. The write access procedure is described in RTC register write protection on page9.
Register DR reader
Register DR writer

Type Definitions

Field DT reader - Date tens in BCD format
Field DT writer - Date tens in BCD format
Field DU reader - Date units in BCD format
Field DU writer - Date units in BCD format
Field MT reader - Month tens in BCD format
Field MT writer - Month tens in BCD format
Field MU reader - Month units in BCD format
Field MU writer - Month units in BCD format
Field WDU reader - Week day units
Field WDU writer - Week day units
Field YT reader - Year tens in BCD format
Field YT writer - Year tens in BCD format
Field YU reader - Year units in BCD format
Field YU writer - Year units in BCD format