STM32F103xB HAL User Manual
Data Fields
RTC_InitTypeDef Struct Reference

RTC Configuration Structure definition. More...

#include <stm32f1xx_hal_rtc.h>

Data Fields

uint32_t AsynchPrediv
uint32_t OutPut

Detailed Description

RTC Configuration Structure definition.

Definition at line 133 of file stm32f1xx_hal_rtc.h.


Field Documentation

Specifies the RTC Asynchronous Predivider value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFFFFF or RTC_AUTO_1_SECOND If RTC_AUTO_1_SECOND is selected, AsynchPrediv will be set automatically to get 1sec timebase

Definition at line 135 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_Init().

Specifies which signal will be routed to the RTC Tamper pin. This parameter can be a value of Output source to output on the Tamper pin

Definition at line 139 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_Init().


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