RTC Handle Structure definition. More...
#include <stm32f4xx_hal_rtc.h>
Public Attributes | |
RTC_InitTypeDef | Init |
RTC_TypeDef * | Instance |
HAL_LockTypeDef | Lock |
__IO HAL_RTCStateTypeDef | State |
RTC Handle Structure definition.
Definition at line 165 of file stm32f4xx_hal_rtc.h.
RTC_InitTypeDef RTC_HandleTypeDef::Init |
RTC required parameters
Definition at line 170 of file stm32f4xx_hal_rtc.h.
RTC_TypeDef * RTC_HandleTypeDef::Instance |
Register base address
Definition at line 168 of file stm32f4xx_hal_rtc.h.
HAL_LockTypeDef RTC_HandleTypeDef::Lock |
RTC locking object
Definition at line 172 of file stm32f4xx_hal_rtc.h.
__IO HAL_RTCStateTypeDef RTC_HandleTypeDef::State |
Time communication state
Definition at line 174 of file stm32f4xx_hal_rtc.h.