Module stm32_hal2::pac::rtc::tr

source ·
Expand description

The RTC_TR is the calendar time 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§

  • Register TR reader
  • The RTC_TR is the calendar time 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 TR writer

Enums§

Type Aliases§

  • Field HT reader - Hour tens in BCD format
  • Field HT writer - Hour tens in BCD format
  • Field HU reader - Hour units in BCD format
  • Field HU writer - Hour units in BCD format
  • Field MNT reader - Minute tens in BCD format
  • Field MNT writer - Minute tens in BCD format
  • Field MNU reader - Minute units in BCD format
  • Field MNU writer - Minute units in BCD format
  • Field PM reader - AM/PM notation
  • Field PM writer - AM/PM notation
  • Field ST reader - Second tens in BCD format
  • Field ST writer - Second tens in BCD format
  • Field SU reader - Second units in BCD format
  • Field SU writer - Second units in BCD format