|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
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 |
| #define RTC_ALARMMASK_ALL |
Definition at line 358 of file stm32f4xx_hal_rtc.h.
| #define RTC_ALARMMASK_DATEWEEKDAY RTC_ALRMAR_MSK4 |
Definition at line 354 of file stm32f4xx_hal_rtc.h.
| #define RTC_ALARMMASK_HOURS RTC_ALRMAR_MSK3 |
Definition at line 355 of file stm32f4xx_hal_rtc.h.
| #define RTC_ALARMMASK_MINUTES RTC_ALRMAR_MSK2 |
Definition at line 356 of file stm32f4xx_hal_rtc.h.
| #define RTC_ALARMMASK_NONE 0x00000000U |
Definition at line 353 of file stm32f4xx_hal_rtc.h.
| #define RTC_ALARMMASK_SECONDS RTC_ALRMAR_MSK1 |
Definition at line 357 of file stm32f4xx_hal_rtc.h.