|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
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 |
| #define RTC_OUTPUT_ALARMA RTC_CR_OSEL_0 |
Definition at line 246 of file stm32f4xx_hal_rtc.h.
| #define RTC_OUTPUT_ALARMB RTC_CR_OSEL_1 |
Definition at line 247 of file stm32f4xx_hal_rtc.h.
| #define RTC_OUTPUT_DISABLE 0x00000000U |
Definition at line 245 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_InitTick().
| #define RTC_OUTPUT_WAKEUP RTC_CR_OSEL |
Definition at line 248 of file stm32f4xx_hal_rtc.h.