RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
RTC_AlarmTypeDef Struct Reference

RTC Alarm structure definition. More...

#include <stm32h7xx_hal_rtc.h>

Data Fields

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

Detailed Description

RTC Alarm structure definition.

Field Documentation

◆ Alarm

uint32_t RTC_AlarmTypeDef::Alarm

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

◆ 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

◆ 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

◆ AlarmMask

uint32_t RTC_AlarmTypeDef::AlarmMask

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

◆ 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

◆ AlarmTime

RTC_TimeTypeDef RTC_AlarmTypeDef::AlarmTime

Specifies the RTC Alarm Time members


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