DIY Logging Volt/Ampmeter
HAL RTC Aliased Defines maintained for legacy purpose

Macros

#define FORMAT_BIN   RTC_FORMAT_BIN
 
#define FORMAT_BCD   RTC_FORMAT_BCD
 
#define RTC_ALARMSUBSECONDMASK_None   RTC_ALARMSUBSECONDMASK_NONE
 
#define RTC_TAMPERERASEBACKUP_DISABLED   RTC_TAMPER_ERASE_BACKUP_DISABLE
 
#define RTC_TAMPERMASK_FLAG_DISABLED   RTC_TAMPERMASK_FLAG_DISABLE
 
#define RTC_TAMPERMASK_FLAG_ENABLED   RTC_TAMPERMASK_FLAG_ENABLE
 
#define RTC_MASKTAMPERFLAG_DISABLED   RTC_TAMPERMASK_FLAG_DISABLE
 
#define RTC_MASKTAMPERFLAG_ENABLED   RTC_TAMPERMASK_FLAG_ENABLE
 
#define RTC_TAMPERERASEBACKUP_ENABLED   RTC_TAMPER_ERASE_BACKUP_ENABLE
 
#define RTC_TAMPER1_2_INTERRUPT   RTC_ALL_TAMPER_INTERRUPT
 
#define RTC_TAMPER1_2_3_INTERRUPT   RTC_ALL_TAMPER_INTERRUPT
 
#define RTC_TIMESTAMPPIN_PC13   RTC_TIMESTAMPPIN_DEFAULT
 
#define RTC_TIMESTAMPPIN_PA0   RTC_TIMESTAMPPIN_POS1
 
#define RTC_TIMESTAMPPIN_PI8   RTC_TIMESTAMPPIN_POS1
 
#define RTC_TIMESTAMPPIN_PC1   RTC_TIMESTAMPPIN_POS2
 
#define RTC_OUTPUT_REMAP_PC13   RTC_OUTPUT_REMAP_NONE
 
#define RTC_OUTPUT_REMAP_PB14   RTC_OUTPUT_REMAP_POS1
 
#define RTC_OUTPUT_REMAP_PB2   RTC_OUTPUT_REMAP_POS1
 
#define RTC_TAMPERPIN_PC13   RTC_TAMPERPIN_DEFAULT
 
#define RTC_TAMPERPIN_PA0   RTC_TAMPERPIN_POS1
 
#define RTC_TAMPERPIN_PI8   RTC_TAMPERPIN_POS1
 

Detailed Description

Macro Definition Documentation

◆ FORMAT_BCD

#define FORMAT_BCD   RTC_FORMAT_BCD

Definition at line 1031 of file stm32_hal_legacy.h.

◆ FORMAT_BIN

#define FORMAT_BIN   RTC_FORMAT_BIN

Definition at line 1030 of file stm32_hal_legacy.h.

◆ RTC_ALARMSUBSECONDMASK_None

#define RTC_ALARMSUBSECONDMASK_None   RTC_ALARMSUBSECONDMASK_NONE

Definition at line 1033 of file stm32_hal_legacy.h.

◆ RTC_MASKTAMPERFLAG_DISABLED

#define RTC_MASKTAMPERFLAG_DISABLED   RTC_TAMPERMASK_FLAG_DISABLE

Definition at line 1038 of file stm32_hal_legacy.h.

◆ RTC_MASKTAMPERFLAG_ENABLED

#define RTC_MASKTAMPERFLAG_ENABLED   RTC_TAMPERMASK_FLAG_ENABLE

Definition at line 1039 of file stm32_hal_legacy.h.

◆ RTC_OUTPUT_REMAP_PB14

#define RTC_OUTPUT_REMAP_PB14   RTC_OUTPUT_REMAP_POS1

Definition at line 1050 of file stm32_hal_legacy.h.

◆ RTC_OUTPUT_REMAP_PB2

#define RTC_OUTPUT_REMAP_PB2   RTC_OUTPUT_REMAP_POS1

Definition at line 1051 of file stm32_hal_legacy.h.

◆ RTC_OUTPUT_REMAP_PC13

#define RTC_OUTPUT_REMAP_PC13   RTC_OUTPUT_REMAP_NONE

Definition at line 1049 of file stm32_hal_legacy.h.

◆ RTC_TAMPER1_2_3_INTERRUPT

#define RTC_TAMPER1_2_3_INTERRUPT   RTC_ALL_TAMPER_INTERRUPT

Definition at line 1042 of file stm32_hal_legacy.h.

◆ RTC_TAMPER1_2_INTERRUPT

#define RTC_TAMPER1_2_INTERRUPT   RTC_ALL_TAMPER_INTERRUPT

Definition at line 1041 of file stm32_hal_legacy.h.

◆ RTC_TAMPERERASEBACKUP_DISABLED

#define RTC_TAMPERERASEBACKUP_DISABLED   RTC_TAMPER_ERASE_BACKUP_DISABLE

Definition at line 1034 of file stm32_hal_legacy.h.

◆ RTC_TAMPERERASEBACKUP_ENABLED

#define RTC_TAMPERERASEBACKUP_ENABLED   RTC_TAMPER_ERASE_BACKUP_ENABLE

Definition at line 1040 of file stm32_hal_legacy.h.

◆ RTC_TAMPERMASK_FLAG_DISABLED

#define RTC_TAMPERMASK_FLAG_DISABLED   RTC_TAMPERMASK_FLAG_DISABLE

Definition at line 1035 of file stm32_hal_legacy.h.

◆ RTC_TAMPERMASK_FLAG_ENABLED

#define RTC_TAMPERMASK_FLAG_ENABLED   RTC_TAMPERMASK_FLAG_ENABLE

Definition at line 1036 of file stm32_hal_legacy.h.

◆ RTC_TAMPERPIN_PA0

#define RTC_TAMPERPIN_PA0   RTC_TAMPERPIN_POS1

Definition at line 1054 of file stm32_hal_legacy.h.

◆ RTC_TAMPERPIN_PC13

#define RTC_TAMPERPIN_PC13   RTC_TAMPERPIN_DEFAULT

Definition at line 1053 of file stm32_hal_legacy.h.

◆ RTC_TAMPERPIN_PI8

#define RTC_TAMPERPIN_PI8   RTC_TAMPERPIN_POS1

Definition at line 1055 of file stm32_hal_legacy.h.

◆ RTC_TIMESTAMPPIN_PA0

#define RTC_TIMESTAMPPIN_PA0   RTC_TIMESTAMPPIN_POS1

Definition at line 1045 of file stm32_hal_legacy.h.

◆ RTC_TIMESTAMPPIN_PC1

#define RTC_TIMESTAMPPIN_PC1   RTC_TIMESTAMPPIN_POS2

Definition at line 1047 of file stm32_hal_legacy.h.

◆ RTC_TIMESTAMPPIN_PC13

#define RTC_TIMESTAMPPIN_PC13   RTC_TIMESTAMPPIN_DEFAULT

Definition at line 1044 of file stm32_hal_legacy.h.

◆ RTC_TIMESTAMPPIN_PI8

#define RTC_TIMESTAMPPIN_PI8   RTC_TIMESTAMPPIN_POS1

Definition at line 1046 of file stm32_hal_legacy.h.