RTC Alarm structure definition. More...
#include <stm32f4xx_rtc.h>
Public Attributes | |
uint8_t | RTC_AlarmDateWeekDay |
uint32_t | RTC_AlarmDateWeekDaySel |
uint32_t | RTC_AlarmMask |
RTC_TimeTypeDef | RTC_AlarmTime |
RTC Alarm structure definition.
Definition at line 106 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 116 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 113 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 110 of file stm32f4xx_rtc.h.
RTC_TimeTypeDef RTC_AlarmTypeDef::RTC_AlarmTime |
Specifies the RTC Alarm Time members.
Definition at line 108 of file stm32f4xx_rtc.h.