![]() |
ARMEBS4
revision-26.06.2015
|
RTC Init structures definition. More...
#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/stm32/stm32f4xx_rtc.h"
Data Fields | |
uint32_t | RTC_HourFormat |
uint32_t | RTC_AsynchPrediv |
uint32_t | RTC_SynchPrediv |
RTC Init structures definition.
Definition at line 47 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 49 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 52 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
Definition at line 55 of file stm32f4xx_rtc.h.