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

RTC Alarm structure definition. More...

#include <stm32f4xx_hal_rtc.h>

Collaboration diagram for RTC_AlarmTypeDef:

Public Attributes

RTC_TimeTypeDef AlarmTime
uint32_t AlarmMask
uint32_t AlarmSubSecondMask
uint32_t AlarmDateWeekDaySel
uint8_t AlarmDateWeekDay
uint32_t Alarm

Detailed Description

RTC Alarm structure definition.

Definition at line 138 of file stm32f4xx_hal_rtc.h.

Member Data Documentation

◆ Alarm

uint32_t RTC_AlarmTypeDef::Alarm

Specifies the alarm . This parameter can be a value of RTC Alarms Definitions

Definition at line 155 of file stm32f4xx_hal_rtc.h.

◆ AlarmDateWeekDay

uint8_t RTC_AlarmTypeDef::AlarmDateWeekDay

Specifies the RTC Alarm Date/WeekDay. If the Alarm Date is selected, this parameter must be set to a value in the 1-31 range. If the Alarm WeekDay is selected, this parameter can be a value of RTC WeekDay Definitions

Definition at line 151 of file stm32f4xx_hal_rtc.h.

◆ AlarmDateWeekDaySel

uint32_t RTC_AlarmTypeDef::AlarmDateWeekDaySel

Specifies the RTC Alarm is on Date or WeekDay. This parameter can be a value of RTC Alarm Date WeekDay Definitions

Definition at line 148 of file stm32f4xx_hal_rtc.h.

◆ AlarmMask

uint32_t RTC_AlarmTypeDef::AlarmMask

Specifies the RTC Alarm Masks. This parameter can be a value of RTC Alarm Mask Definitions

Definition at line 142 of file stm32f4xx_hal_rtc.h.

◆ AlarmSubSecondMask

uint32_t RTC_AlarmTypeDef::AlarmSubSecondMask

Specifies the RTC Alarm SubSeconds Masks. This parameter can be a value of RTC Alarm Sub Seconds Masks Definitions

Definition at line 145 of file stm32f4xx_hal_rtc.h.

◆ AlarmTime

RTC_TimeTypeDef RTC_AlarmTypeDef::AlarmTime

Specifies the RTC Alarm Time members

Definition at line 140 of file stm32f4xx_hal_rtc.h.


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