STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
RTC Store Operation Definitions
Collaboration diagram for RTC Store Operation Definitions:

Macros

#define RTC_STOREOPERATION_RESET   0x00000000U
 
#define RTC_STOREOPERATION_SET   RTC_CR_BKP
 

Detailed Description

Macro Definition Documentation

◆ RTC_STOREOPERATION_RESET

#define RTC_STOREOPERATION_RESET   0x00000000U

#include <stm32f4xx_hal_rtc.h>

Definition at line 293 of file stm32f4xx_hal_rtc.h.

◆ RTC_STOREOPERATION_SET

#define RTC_STOREOPERATION_SET   RTC_CR_BKP

#include <stm32f4xx_hal_rtc.h>

Definition at line 294 of file stm32f4xx_hal_rtc.h.