STM32F103xB HAL User Manual
Data Fields
__RTC_HandleTypeDef Struct Reference

Time Handle Structure definition. More...

#include <stm32f1xx_hal_rtc.h>

Data Fields

RTC_TypeDef * Instance
RTC_InitTypeDef Init
RTC_DateTypeDef DateToUpdate
HAL_LockTypeDef Lock
__IO HAL_RTCStateTypeDef State
void(* AlarmAEventCallback )(struct __RTC_HandleTypeDef *hrtc)
void(* Tamper1EventCallback )(struct __RTC_HandleTypeDef *hrtc)
void(* MspInitCallback )(struct __RTC_HandleTypeDef *hrtc)
void(* MspDeInitCallback )(struct __RTC_HandleTypeDef *hrtc)

Detailed Description

Time Handle Structure definition.

Definition at line 167 of file stm32f1xx_hal_rtc.h.


Field Documentation

RTC Alarm A Event callback

Definition at line 183 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_AlarmIRQHandler(), HAL_RTC_Init(), HAL_RTC_RegisterCallback(), and HAL_RTC_UnRegisterCallback().

Current date set by user and updated automatically

Definition at line 176 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_GetDate(), HAL_RTC_Init(), HAL_RTC_SetDate(), and RTC_DateUpdate().

RTC required parameters

Definition at line 174 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_Init().

HAL_LockTypeDef __RTC_HandleTypeDef::Lock

RTC locking object

Definition at line 178 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_Init().

RTC Msp DeInit callback

Definition at line 189 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_DeInit(), HAL_RTC_Init(), HAL_RTC_RegisterCallback(), and HAL_RTC_UnRegisterCallback().

RTC Msp Init callback

Definition at line 187 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_Init(), HAL_RTC_RegisterCallback(), and HAL_RTC_UnRegisterCallback().

RTC Tamper 1 Event callback

Definition at line 185 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_Init(), HAL_RTC_RegisterCallback(), HAL_RTC_UnRegisterCallback(), and HAL_RTCEx_TamperIRQHandler().


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