Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG_patch mbed-rtos mbed
k_rtc.h
00001 /** 00002 ****************************************************************************** 00003 * @file k_rtc.h 00004 * @author MCD Application Team 00005 * @version V1.1.0 00006 * @date 21-September-2015 00007 * @brief Header for k_rtc.c file 00008 ****************************************************************************** 00009 * @attention 00010 * 00011 * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> 00012 * 00013 * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); 00014 * You may not use this file except in compliance with the License. 00015 * You may obtain a copy of the License at: 00016 * 00017 * http://www.st.com/software_license_agreement_liberty_v2 00018 * 00019 * Unless required by applicable law or agreed to in writing, software 00020 * distributed under the License is distributed on an "AS IS" BASIS, 00021 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00022 * See the License for the specific language governing permissions and 00023 * limitations under the License. 00024 * 00025 ****************************************************************************** 00026 */ 00027 00028 /* Define to prevent recursive inclusion -------------------------------------*/ 00029 #ifndef __K_RTC_H 00030 #define __K_RTC_H 00031 00032 #ifdef __cplusplus 00033 extern "C" { 00034 #endif 00035 00036 /* Includes ------------------------------------------------------------------*/ 00037 #include "main.h" 00038 00039 /* Exported types ------------------------------------------------------------*/ 00040 /* Exported constants --------------------------------------------------------*/ 00041 /* Exported macros -----------------------------------------------------------*/ 00042 /* Exported functions ------------------------------------------------------- */ 00043 void k_CalendarBkupInit(void); 00044 void k_BkupSaveParameter(uint32_t address, uint32_t data); 00045 uint32_t k_BkupRestoreParameter(uint32_t address); 00046 00047 void k_SetTime (RTC_TimeTypeDef *Time); 00048 void k_GetTime (RTC_TimeTypeDef *Time); 00049 void k_SetDate (RTC_DateTypeDef *Date); 00050 void k_GetDate (RTC_DateTypeDef *Date); 00051 00052 #ifdef __cplusplus 00053 } 00054 #endif 00055 00056 #endif /*__K_RTC_H */ 00057 00058 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Generated on Tue Jul 12 2022 14:57:35 by
1.7.2