Configure the current time and date and set alarm. Note __LL_RTC_CONVERT_BIN2BCD helper macro can be used if user wants to provide directly the decimal value: LL_RTC_DATE_Config(RTC, LL_RTC_WEEKDAY_MONDAY, __LL_RTC_CONVERT_BIN2BCD(31), (...))
@file Examples_LL/RTC/RTC_Alarm_Init/Inc/main.h @author MCD Application Team Header for main.c module @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
@file Examples_LL/RTC/RTC_Alarm_Init/Inc/stm32f4xx_it.h @author MCD Application Team This file contains the headers of the interrupt handlers. @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.