RTC Init structures definition. More...
#include <stm32f4xx_rtc.h>
Public Attributes | |
uint32_t | RTC_AsynchPrediv |
uint32_t | RTC_HourFormat |
uint32_t | RTC_SynchPrediv |
RTC Init structures definition.
Definition at line 53 of file stm32f4xx_rtc.h.
uint32_t RTC_InitTypeDef::RTC_AsynchPrediv |
Specifies the RTC Asynchronous Predivider value. This parameter must be set to a value lower than 0x7F
Definition at line 58 of file stm32f4xx_rtc.h.
uint32_t RTC_InitTypeDef::RTC_HourFormat |
Specifies the RTC Hour Format. This parameter can be a value of RTC_Hour_Formats
Definition at line 55 of file stm32f4xx_rtc.h.
uint32_t RTC_InitTypeDef::RTC_SynchPrediv |
Specifies the RTC Synchronous Predivider value. This parameter must be set to a value lower than 0x7FFF
Specifies the RTC Synchronous Predivider value. This parameter must be set to a value lower than 0x1FFF
Definition at line 61 of file stm32f4xx_rtc.h.