STM32L443xx HAL User Manual
|
RTC Alarm structure definition. More...
#include <stm32l4xx_hal_rtc.h>
Data Fields | |
RTC_TimeTypeDef | AlarmTime |
uint32_t | AlarmMask |
uint32_t | SubSeconds |
uint32_t | AlarmSubSecondMask |
uint32_t | AlarmDateWeekDaySel |
uint8_t | AlarmDateWeekDay |
uint32_t | Alarm |
RTC Alarm structure definition.
Definition at line 159 of file stm32l4xx_hal_rtc.h.
uint32_t RTC_AlarmTypeDef::Alarm |
Specifies the alarm . This parameter can be a value of RTC Alarms Definitions
Definition at line 190 of file stm32l4xx_hal_rtc.h.
Referenced by HAL_RTC_GetAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
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 186 of file stm32l4xx_hal_rtc.h.
Referenced by HAL_RTC_GetAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
Specifies the RTC Alarm is on Date or WeekDay. This parameter can be a value of RTC AlarmDateWeekDay Definitions
Definition at line 183 of file stm32l4xx_hal_rtc.h.
Referenced by HAL_RTC_GetAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
uint32_t RTC_AlarmTypeDef::AlarmMask |
Specifies the RTC Alarm Masks. This parameter can be a value of RTC AlarmMask Definitions
Definition at line 163 of file stm32l4xx_hal_rtc.h.
Referenced by HAL_RTC_GetAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
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 180 of file stm32l4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
Specifies the RTC Alarm Time members
Definition at line 161 of file stm32l4xx_hal_rtc.h.
Referenced by HAL_RTC_GetAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
uint32_t RTC_AlarmTypeDef::SubSeconds |
Specifies the RTC_SSR RTC Sub Second register content.
Definition at line 177 of file stm32l4xx_hal_rtc.h.