ARMEBS4  revision-26.06.2015
Data Fields
RTC_AlarmTypeDef Struct Reference

RTC Alarm structure definition. More...

#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/stm32/stm32f4xx_rtc.h"

Collaboration diagram for RTC_AlarmTypeDef:
Collaboration graph

Data Fields

RTC_TimeTypeDef RTC_AlarmTime
 
uint32_t RTC_AlarmMask
 
uint32_t RTC_AlarmDateWeekDaySel
 
uint8_t RTC_AlarmDateWeekDay
 

Detailed Description

RTC Alarm structure definition.

Definition at line 100 of file stm32f4xx_rtc.h.

Field Documentation

RTC_TimeTypeDef RTC_AlarmTypeDef::RTC_AlarmTime

Specifies the RTC Alarm Time members.

Definition at line 102 of file stm32f4xx_rtc.h.

uint32_t RTC_AlarmTypeDef::RTC_AlarmMask

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

Definition at line 104 of file stm32f4xx_rtc.h.

uint32_t RTC_AlarmTypeDef::RTC_AlarmDateWeekDaySel

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

Definition at line 107 of file stm32f4xx_rtc.h.

uint8_t RTC_AlarmTypeDef::RTC_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 110 of file stm32f4xx_rtc.h.