STM32F103xB HAL User Manual
Data Fields
LL_RTC_InitTypeDef Struct Reference

RTC Init structures definition. More...

#include <stm32f1xx_ll_rtc.h>

Data Fields

uint32_t AsynchPrescaler
uint32_t OutPutSource

Detailed Description

RTC Init structures definition.

Definition at line 64 of file stm32f1xx_ll_rtc.h.


Field Documentation

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

This feature can be modified afterwards using unitary function LL_RTC_SetAsynchPrescaler().

Definition at line 66 of file stm32f1xx_ll_rtc.h.

Referenced by LL_RTC_Init(), and LL_RTC_StructInit().

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

This feature can be modified afterwards using unitary function LL_RTC_SetOutputSource().

Definition at line 72 of file stm32f1xx_ll_rtc.h.

Referenced by LL_RTC_Init(), and LL_RTC_StructInit().


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