STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
RTC_HandleTypeDef Struct Reference

RTC Handle Structure definition. More...

#include <stm32f4xx_hal_rtc.h>

Collaboration diagram for RTC_HandleTypeDef:

Public Attributes

RTC_TypeDef * Instance
RTC_InitTypeDef Init
HAL_LockTypeDef Lock
volatile HAL_RTCStateTypeDef State

Detailed Description

RTC Handle Structure definition.

Definition at line 165 of file stm32f4xx_hal_rtc.h.

Member Data Documentation

◆ Init

RTC_InitTypeDef RTC_HandleTypeDef::Init

RTC required parameters

Definition at line 170 of file stm32f4xx_hal_rtc.h.

◆ Instance

RTC_TypeDef* RTC_HandleTypeDef::Instance

Register base address

Definition at line 168 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_AlarmAEventCallback().

◆ Lock

HAL_LockTypeDef RTC_HandleTypeDef::Lock

RTC locking object

Definition at line 172 of file stm32f4xx_hal_rtc.h.

◆ State

volatile HAL_RTCStateTypeDef RTC_HandleTypeDef::State

Time communication state

Definition at line 174 of file stm32f4xx_hal_rtc.h.


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