STM32F103xB HAL User Manual
|
RTC Init structures definition. More...
#include <stm32f1xx_ll_rtc.h>
Data Fields | |
uint32_t | AsynchPrescaler |
uint32_t | OutPutSource |
RTC Init structures definition.
Definition at line 64 of file stm32f1xx_ll_rtc.h.
uint32_t LL_RTC_InitTypeDef::AsynchPrescaler |
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().
uint32_t LL_RTC_InitTypeDef::OutPutSource |
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().