STM32F103xB HAL User Manual
|
RTC Alarm structure definition. More...
#include <stm32f1xx_hal_rtc.h>
Data Fields | |
RTC_TimeTypeDef | AlarmTime |
uint32_t | Alarm |
RTC Alarm structure definition.
Definition at line 109 of file stm32f1xx_hal_rtc.h.
uint32_t RTC_AlarmTypeDef::Alarm |
Specifies the alarm ID (only 1 alarm ID for STM32F1). This parameter can be a value of Alarms Definitions
Definition at line 113 of file stm32f1xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
Specifies the RTC Alarm Time members
Definition at line 111 of file stm32f1xx_hal_rtc.h.
Referenced by HAL_RTC_GetAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().