HAL
+
0
/9 examples
SourceVu will show references to
RTC_AlarmTypeDef
from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
PWR
PWR_STANDBY
RTC
RTC_Alarm
STM32469I_EVAL
Examples
PWR
PWR_STANDBY
RTC
RTC_Alarm
STM324x9I_EVAL
Examples
PWR
PWR_STANDBY
RTC
RTC_Alarm
STM324xG_EVAL
Examples
PWR
PWR_STANDBY
RTC
RTC_Alarm
STM32F413ZH-Nucleo
Examples
RTC
RTC_Alarm
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
RTC_AlarmTypeDef
RTC_AlarmTypeDef struct
RTC Alarm structure definition
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_rtc.h:138
typedef
struct
{
RTC_TimeTypeDef
AlarmTime
;
uint32_t
AlarmMask
;
uint32_t
AlarmSubSecondMask
;
uint32_t
AlarmDateWeekDaySel
;
uint8_t
AlarmDateWeekDay
;
uint32_t
Alarm
;
}
RTC_AlarmTypeDef
;
Fields
Field
Declared as
Description
RTC_AlarmTypeDef::AlarmTime
RTC_TimeTypeDef
Specifies the RTC Alarm Time members.
RTC_AlarmTypeDef::AlarmMask
uint32_t
Specifies the RTC Alarm Masks. This parameter can be a value of RTC_AlarmMask_Definitions.
RTC_AlarmTypeDef::AlarmSubSecondMask
uint32_t
Specifies the RTC Alarm SubSeconds Masks. This parameter can be a value of RTC_Alarm_Sub_Seconds_Masks_Definitions.
RTC_AlarmTypeDef::AlarmDateWeekDaySel
uint32_t
Specifies the RTC Alarm is on Date or WeekDay. This parameter can be a value of RTC_AlarmDateWeekDay_Definitions.
RTC_AlarmTypeDef::AlarmDateWeekDay
uint8_t
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.
RTC_AlarmTypeDef::Alarm
uint32_t
Specifies the alarm . This parameter can be a value of RTC_Alarms_Definitions.
Related Functions
Found 3 other functions taking a
RTC_AlarmTypeDef
argument:
Function
Description
HAL_RTC_SetAlarm_IT()
Sets the specified RTC Alarm with Interrupt.
HAL_RTC_SetAlarm()
Sets the specified RTC Alarm.
HAL_RTC_GetAlarm()
Gets the RTC Alarm value and masks.
Examples
RTC_AlarmTypeDef
is referenced by 9 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out