__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