STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
RTC Alarm Mask Definitions
Collaboration diagram for RTC Alarm Mask Definitions:

Macros

#define RTC_ALARMMASK_NONE   0x00000000U
 
#define RTC_ALARMMASK_DATEWEEKDAY   RTC_ALRMAR_MSK4
 
#define RTC_ALARMMASK_HOURS   RTC_ALRMAR_MSK3
 
#define RTC_ALARMMASK_MINUTES   RTC_ALRMAR_MSK2
 
#define RTC_ALARMMASK_SECONDS   RTC_ALRMAR_MSK1
 
#define RTC_ALARMMASK_ALL
 

Detailed Description

Macro Definition Documentation

◆ RTC_ALARMMASK_NONE

#define RTC_ALARMMASK_NONE   0x00000000U

#include <stm32f4xx_hal_rtc.h>

Definition at line 353 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMMASK_DATEWEEKDAY

#define RTC_ALARMMASK_DATEWEEKDAY   RTC_ALRMAR_MSK4

#include <stm32f4xx_hal_rtc.h>

Definition at line 354 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMMASK_HOURS

#define RTC_ALARMMASK_HOURS   RTC_ALRMAR_MSK3

#include <stm32f4xx_hal_rtc.h>

Definition at line 355 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMMASK_MINUTES

#define RTC_ALARMMASK_MINUTES   RTC_ALRMAR_MSK2

#include <stm32f4xx_hal_rtc.h>

Definition at line 356 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMMASK_SECONDS

#define RTC_ALARMMASK_SECONDS   RTC_ALRMAR_MSK1

#include <stm32f4xx_hal_rtc.h>

Definition at line 357 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMMASK_ALL

#define RTC_ALARMMASK_ALL

#include <stm32f4xx_hal_rtc.h>

Value:
#define RTC_ALARMMASK_DATEWEEKDAY
#define RTC_ALARMMASK_HOURS
#define RTC_ALARMMASK_SECONDS
#define RTC_ALARMMASK_MINUTES

Definition at line 358 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_GetAlarm().