STM32F439xx HAL User Manual
Data Fields
LL_RTC_InitTypeDef Struct Reference

RTC Init structures definition. More...

#include <stm32f4xx_ll_rtc.h>

Data Fields

uint32_t HourFormat
uint32_t AsynchPrescaler
uint32_t SynchPrescaler

Detailed Description

RTC Init structures definition.

Definition at line 102 of file stm32f4xx_ll_rtc.h.


Field Documentation

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 110 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_Init(), and LL_RTC_StructInit().

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 104 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_Init(), and LL_RTC_StructInit().

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 116 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_Init(), and LL_RTC_StructInit().


The documentation for this struct was generated from the following file: