STM32F479xx HAL User Manual
|
RTC Init structures definition. More...
#include <stm32f4xx_ll_rtc.h>
Data Fields | |
uint32_t | HourFormat |
uint32_t | AsynchPrescaler |
uint32_t | SynchPrescaler |
RTC Init structures definition.
Definition at line 86 of file stm32f4xx_ll_rtc.h.
uint32_t LL_RTC_InitTypeDef::AsynchPrescaler |
Specifies the RTC Asynchronous Predivider value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x7F
This feature can be modified afterwards using unitary function LL_RTC_SetAsynchPrescaler().
Definition at line 94 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_Init(), and LL_RTC_StructInit().
uint32_t LL_RTC_InitTypeDef::HourFormat |
Specifies the RTC Hours Format. This parameter can be a value of HOUR FORMAT
This feature can be modified afterwards using unitary function LL_RTC_SetHourFormat().
Definition at line 88 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_Init(), and LL_RTC_StructInit().
uint32_t LL_RTC_InitTypeDef::SynchPrescaler |
Specifies the RTC Synchronous Predivider value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x7FFF
This feature can be modified afterwards using unitary function LL_RTC_SetSynchPrescaler().
Definition at line 100 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_Init(), and LL_RTC_StructInit().