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

Macros

#define RTC_OUTPUT_POLARITY_HIGH   0x00000000U
 
#define RTC_OUTPUT_POLARITY_LOW   RTC_CR_POL
 

Detailed Description

Macro Definition Documentation

◆ RTC_OUTPUT_POLARITY_HIGH

#define RTC_OUTPUT_POLARITY_HIGH   0x00000000U

#include <stm32f4xx_hal_rtc.h>

Definition at line 256 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick().

◆ RTC_OUTPUT_POLARITY_LOW

#define RTC_OUTPUT_POLARITY_LOW   RTC_CR_POL

#include <stm32f4xx_hal_rtc.h>

Definition at line 257 of file stm32f4xx_hal_rtc.h.