| STM32F103xB HAL User Manual
   
    | 
RTC Configuration Structure definition. More...
#include <stm32f1xx_hal_rtc.h>
| Data Fields | |
| uint32_t | AsynchPrediv | 
| uint32_t | OutPut | 
RTC Configuration Structure definition.
Definition at line 133 of file stm32f1xx_hal_rtc.h.
| uint32_t RTC_InitTypeDef::AsynchPrediv | 
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().
| uint32_t RTC_InitTypeDef::OutPut | 
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().
 1.7.6.1
 1.7.6.1