RTC Alarm structure definition. More...
#include <stm32f4xx_hal_rtc.h>
Public Attributes | |
uint32_t | Alarm |
uint8_t | AlarmDateWeekDay |
uint32_t | AlarmDateWeekDaySel |
uint32_t | AlarmMask |
uint32_t | AlarmSubSecondMask |
RTC_TimeTypeDef | AlarmTime |
RTC Alarm structure definition.
Definition at line 138 of file stm32f4xx_hal_rtc.h.
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.
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.
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.
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.
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.
RTC_TimeTypeDef RTC_AlarmTypeDef::AlarmTime |
Specifies the RTC Alarm Time members
Definition at line 140 of file stm32f4xx_hal_rtc.h.