STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
RTC Output Selection Definitions
Collaboration diagram for RTC Output Selection Definitions:

Macros

#define RTC_OUTPUT_DISABLE   0x00000000U
#define RTC_OUTPUT_ALARMA   RTC_CR_OSEL_0
#define RTC_OUTPUT_ALARMB   RTC_CR_OSEL_1
#define RTC_OUTPUT_WAKEUP   RTC_CR_OSEL

Detailed Description

Macro Definition Documentation

◆ RTC_OUTPUT_ALARMA

#define RTC_OUTPUT_ALARMA   RTC_CR_OSEL_0

Definition at line 246 of file stm32f4xx_hal_rtc.h.

◆ RTC_OUTPUT_ALARMB

#define RTC_OUTPUT_ALARMB   RTC_CR_OSEL_1

Definition at line 247 of file stm32f4xx_hal_rtc.h.

◆ RTC_OUTPUT_DISABLE

#define RTC_OUTPUT_DISABLE   0x00000000U

Definition at line 245 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick().

◆ RTC_OUTPUT_WAKEUP

#define RTC_OUTPUT_WAKEUP   RTC_CR_OSEL

Definition at line 248 of file stm32f4xx_hal_rtc.h.