ï‚· __IO uint32_t RTC_TypeDef::BKP6R
ï€ RTC backup register 6, Address offset: 0x68
ï‚· __IO uint32_t RTC_TypeDef::BKP7R
ï€ RTC backup register 7, Address offset: 0x6C
ï‚· __IO uint32_t RTC_TypeDef::BKP8R
ï€ RTC backup register 8, Address offset: 0x70
ï‚· __IO uint32_t RTC_TypeDef::BKP9R
ï€ RTC backup register 9, Address offset: 0x74
ï‚· __IO uint32_t RTC_TypeDef::BKP10R
ï€ RTC backup register 10, Address offset: 0x78
ï‚· __IO uint32_t RTC_TypeDef::BKP11R
ï€ RTC backup register 11, Address offset: 0x7C
ï‚· __IO uint32_t RTC_TypeDef::BKP12R
ï€ RTC backup register 12, Address offset: 0x80
ï‚· __IO uint32_t RTC_TypeDef::BKP13R
ï€ RTC backup register 13, Address offset: 0x84
ï‚· __IO uint32_t RTC_TypeDef::BKP14R
ï€ RTC backup register 14, Address offset: 0x88
ï‚· __IO uint32_t RTC_TypeDef::BKP15R
ï€ RTC backup register 15, Address offset: 0x8C
19.1.2 RTC_InitTypeDef
RTC_InitTypeDef is defined in the stm32f30x_rtc.h
Data Fields
ï‚· uint32_t RTC_HourFormat
ï‚· uint32_t RTC_AsynchPrediv
ï‚· uint32_t RTC_SynchPrediv
Field Documentation
ï‚· uint32_t RTC_InitTypeDef::RTC_HourFormat
ï€ Specifies the RTC Hour Format. This parameter can be a value of
RTC_Hour_Formats
ï‚· uint32_t RTC_InitTypeDef::RTC_AsynchPrediv
ï€ Specifies the RTC Asynchronous Predivider value. This parameter must be set
to a value lower than 0x7F
ï‚· uint32_t RTC_InitTypeDef::RTC_SynchPrediv
ï€ Specifies the RTC Synchronous Predivider value. This parameter must be set to
a value lower than 0x1FFF
19.1.3 RTC_TimeTypeDef
RTC_TimeTypeDef is defined in the stm32f30x_rtc.h
Data Fields