STM32F439xx HAL User Manual
Data Fields
RTC_InitTypeDef Struct Reference

RTC Configuration Structure definition. More...

#include <stm32f4xx_hal_rtc.h>

Data Fields

uint32_t HourFormat
uint32_t AsynchPrediv
uint32_t SynchPrediv
uint32_t OutPut
uint32_t OutPutPolarity
uint32_t OutPutType

Detailed Description

RTC Configuration Structure definition.

Definition at line 75 of file stm32f4xx_hal_rtc.h.


Field Documentation

Specifies the RTC Asynchronous Predivider value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x7F

Definition at line 80 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_Init().

Specifies the RTC Hour Format. This parameter can be a value of RTC Hour Formats

Definition at line 77 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_Init().

Specifies which signal will be routed to the RTC output. This parameter can be a value of RTC Output Selection Definitions

Definition at line 86 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_Init().

Specifies the polarity of the output signal. This parameter can be a value of RTC Output Polarity Definitions

Definition at line 89 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_Init().

Specifies the RTC Output Pin mode. This parameter can be a value of RTC Output Type ALARM OUT

Definition at line 92 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_Init().

Specifies the RTC Synchronous Predivider value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x7FFFU

Definition at line 83 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_Init().


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