STM32F103xB HAL User Manual
Modules | Defines
RTC Private Constants
RTC

Modules

 Default Timeout Value
 RTC EXTI Line event

Defines

#define RTC_ALARM_RESETVALUE_REGISTER   (uint16_t)0xFFFF
#define RTC_ALARM_RESETVALUE   0xFFFFFFFFU

Define Documentation

#define RTC_ALARM_RESETVALUE   0xFFFFFFFFU

Definition at line 205 of file stm32f1xx_hal_rtc.c.

Referenced by HAL_RTC_GetTime(), HAL_RTC_SetDate(), and HAL_RTC_SetTime().

#define RTC_ALARM_RESETVALUE_REGISTER   (uint16_t)0xFFFF

Definition at line 204 of file stm32f1xx_hal_rtc.c.

Referenced by HAL_RTC_DeactivateAlarm().