CARME-M4 BSP  V1.5
RTC_AlarmTypeDef Struct Reference

RTC Alarm structure definition. More...

#include <stm32f4xx_rtc.h>

+ Collaboration diagram for RTC_AlarmTypeDef:

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 106 of file stm32f4xx_rtc.h.

Field Documentation

uint8_t 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 116 of file stm32f4xx_rtc.h.

uint32_t RTC_AlarmDateWeekDaySel

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

Definition at line 113 of file stm32f4xx_rtc.h.

uint32_t RTC_AlarmMask

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

Definition at line 110 of file stm32f4xx_rtc.h.

RTC_TimeTypeDef RTC_AlarmTime

Specifies the RTC Alarm Time members.

Definition at line 108 of file stm32f4xx_rtc.h.


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