HAL
RTC_InitTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...

RTC_InitTypeDef struct

RTC Configuration Structure definition

Syntax

typedef struct {   uint32_t HourFormat;         uint32_t AsynchPrediv;       uint32_t SynchPrediv;        uint32_t OutPut;             uint32_t OutPutPolarity;     uint32_t OutPutType;       } RTC_InitTypeDef;

Fields

HourFormat

Specifies the RTC Hour Format. This parameter can be a value of RTC_Hour_Formats. Read more...

AsynchPrediv

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

SynchPrediv

Specifies the RTC Synchronous Predivider value. This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0x7FFF. Read more...

OutPut

Specifies which signal will be routed to the RTC output. This parameter can be a value of RTC_Output_selection_Definitions. Read more...

OutPutPolarity

Specifies the polarity of the output signal. This parameter can be a value of RTC_Output_Polarity_Definitions. Read more...

OutPutType

Specifies the RTC Output Pin mode. This parameter can be a value of RTC_Output_Type_ALARM_OUT. Read more...

Type Use

Variables of RTC_InitTypeDef type
all items filtered out
RTC_InitTypeDef
all items filtered out
RTC_InitTypeDef
all items filtered out