Einstein Filho
/
MANGUEBAJA2019_BOX
Mangue Baja Box
mbed/TARGET_NUCLEO_F103RB/stm32f10x_rtc.h@0:0dee8840a1c0, 2019-07-29 (annotated)
- Committer:
- einsteingustavo
- Date:
- Mon Jul 29 20:38:00 2019 +0000
- Revision:
- 0:0dee8840a1c0
Mangue Baja Box
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
einsteingustavo | 0:0dee8840a1c0 | 1 | /** |
einsteingustavo | 0:0dee8840a1c0 | 2 | ****************************************************************************** |
einsteingustavo | 0:0dee8840a1c0 | 3 | * @file stm32f10x_rtc.h |
einsteingustavo | 0:0dee8840a1c0 | 4 | * @author MCD Application Team |
einsteingustavo | 0:0dee8840a1c0 | 5 | * @version V3.6.1 |
einsteingustavo | 0:0dee8840a1c0 | 6 | * @date 05-March-2012 |
einsteingustavo | 0:0dee8840a1c0 | 7 | * @brief This file contains all the functions prototypes for the RTC firmware |
einsteingustavo | 0:0dee8840a1c0 | 8 | * library. |
einsteingustavo | 0:0dee8840a1c0 | 9 | ******************************************************************************* |
einsteingustavo | 0:0dee8840a1c0 | 10 | * Copyright (c) 2014, STMicroelectronics |
einsteingustavo | 0:0dee8840a1c0 | 11 | * All rights reserved. |
einsteingustavo | 0:0dee8840a1c0 | 12 | * |
einsteingustavo | 0:0dee8840a1c0 | 13 | * Redistribution and use in source and binary forms, with or without |
einsteingustavo | 0:0dee8840a1c0 | 14 | * modification, are permitted provided that the following conditions are met: |
einsteingustavo | 0:0dee8840a1c0 | 15 | * |
einsteingustavo | 0:0dee8840a1c0 | 16 | * 1. Redistributions of source code must retain the above copyright notice, |
einsteingustavo | 0:0dee8840a1c0 | 17 | * this list of conditions and the following disclaimer. |
einsteingustavo | 0:0dee8840a1c0 | 18 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
einsteingustavo | 0:0dee8840a1c0 | 19 | * this list of conditions and the following disclaimer in the documentation |
einsteingustavo | 0:0dee8840a1c0 | 20 | * and/or other materials provided with the distribution. |
einsteingustavo | 0:0dee8840a1c0 | 21 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
einsteingustavo | 0:0dee8840a1c0 | 22 | * may be used to endorse or promote products derived from this software |
einsteingustavo | 0:0dee8840a1c0 | 23 | * without specific prior written permission. |
einsteingustavo | 0:0dee8840a1c0 | 24 | * |
einsteingustavo | 0:0dee8840a1c0 | 25 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
einsteingustavo | 0:0dee8840a1c0 | 26 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
einsteingustavo | 0:0dee8840a1c0 | 27 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
einsteingustavo | 0:0dee8840a1c0 | 28 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
einsteingustavo | 0:0dee8840a1c0 | 29 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
einsteingustavo | 0:0dee8840a1c0 | 30 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
einsteingustavo | 0:0dee8840a1c0 | 31 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
einsteingustavo | 0:0dee8840a1c0 | 32 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
einsteingustavo | 0:0dee8840a1c0 | 33 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
einsteingustavo | 0:0dee8840a1c0 | 34 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
einsteingustavo | 0:0dee8840a1c0 | 35 | ******************************************************************************* |
einsteingustavo | 0:0dee8840a1c0 | 36 | */ |
einsteingustavo | 0:0dee8840a1c0 | 37 | |
einsteingustavo | 0:0dee8840a1c0 | 38 | /* Define to prevent recursive inclusion -------------------------------------*/ |
einsteingustavo | 0:0dee8840a1c0 | 39 | #ifndef __STM32F10x_RTC_H |
einsteingustavo | 0:0dee8840a1c0 | 40 | #define __STM32F10x_RTC_H |
einsteingustavo | 0:0dee8840a1c0 | 41 | |
einsteingustavo | 0:0dee8840a1c0 | 42 | #ifdef __cplusplus |
einsteingustavo | 0:0dee8840a1c0 | 43 | extern "C" { |
einsteingustavo | 0:0dee8840a1c0 | 44 | #endif |
einsteingustavo | 0:0dee8840a1c0 | 45 | |
einsteingustavo | 0:0dee8840a1c0 | 46 | /* Includes ------------------------------------------------------------------*/ |
einsteingustavo | 0:0dee8840a1c0 | 47 | #include "stm32f10x.h" |
einsteingustavo | 0:0dee8840a1c0 | 48 | |
einsteingustavo | 0:0dee8840a1c0 | 49 | /** @addtogroup STM32F10x_StdPeriph_Driver |
einsteingustavo | 0:0dee8840a1c0 | 50 | * @{ |
einsteingustavo | 0:0dee8840a1c0 | 51 | */ |
einsteingustavo | 0:0dee8840a1c0 | 52 | |
einsteingustavo | 0:0dee8840a1c0 | 53 | /** @addtogroup RTC |
einsteingustavo | 0:0dee8840a1c0 | 54 | * @{ |
einsteingustavo | 0:0dee8840a1c0 | 55 | */ |
einsteingustavo | 0:0dee8840a1c0 | 56 | |
einsteingustavo | 0:0dee8840a1c0 | 57 | /** @defgroup RTC_Exported_Types |
einsteingustavo | 0:0dee8840a1c0 | 58 | * @{ |
einsteingustavo | 0:0dee8840a1c0 | 59 | */ |
einsteingustavo | 0:0dee8840a1c0 | 60 | |
einsteingustavo | 0:0dee8840a1c0 | 61 | /** |
einsteingustavo | 0:0dee8840a1c0 | 62 | * @} |
einsteingustavo | 0:0dee8840a1c0 | 63 | */ |
einsteingustavo | 0:0dee8840a1c0 | 64 | |
einsteingustavo | 0:0dee8840a1c0 | 65 | /** @defgroup RTC_Exported_Constants |
einsteingustavo | 0:0dee8840a1c0 | 66 | * @{ |
einsteingustavo | 0:0dee8840a1c0 | 67 | */ |
einsteingustavo | 0:0dee8840a1c0 | 68 | |
einsteingustavo | 0:0dee8840a1c0 | 69 | /** @defgroup RTC_interrupts_define |
einsteingustavo | 0:0dee8840a1c0 | 70 | * @{ |
einsteingustavo | 0:0dee8840a1c0 | 71 | */ |
einsteingustavo | 0:0dee8840a1c0 | 72 | |
einsteingustavo | 0:0dee8840a1c0 | 73 | #define RTC_IT_OW ((uint16_t)0x0004) /*!< Overflow interrupt */ |
einsteingustavo | 0:0dee8840a1c0 | 74 | #define RTC_IT_ALR ((uint16_t)0x0002) /*!< Alarm interrupt */ |
einsteingustavo | 0:0dee8840a1c0 | 75 | #define RTC_IT_SEC ((uint16_t)0x0001) /*!< Second interrupt */ |
einsteingustavo | 0:0dee8840a1c0 | 76 | #define IS_RTC_IT(IT) ((((IT) & (uint16_t)0xFFF8) == 0x00) && ((IT) != 0x00)) |
einsteingustavo | 0:0dee8840a1c0 | 77 | #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_OW) || ((IT) == RTC_IT_ALR) || \ |
einsteingustavo | 0:0dee8840a1c0 | 78 | ((IT) == RTC_IT_SEC)) |
einsteingustavo | 0:0dee8840a1c0 | 79 | /** |
einsteingustavo | 0:0dee8840a1c0 | 80 | * @} |
einsteingustavo | 0:0dee8840a1c0 | 81 | */ |
einsteingustavo | 0:0dee8840a1c0 | 82 | |
einsteingustavo | 0:0dee8840a1c0 | 83 | /** @defgroup RTC_interrupts_flags |
einsteingustavo | 0:0dee8840a1c0 | 84 | * @{ |
einsteingustavo | 0:0dee8840a1c0 | 85 | */ |
einsteingustavo | 0:0dee8840a1c0 | 86 | |
einsteingustavo | 0:0dee8840a1c0 | 87 | #define RTC_FLAG_RTOFF ((uint16_t)0x0020) /*!< RTC Operation OFF flag */ |
einsteingustavo | 0:0dee8840a1c0 | 88 | #define RTC_FLAG_RSF ((uint16_t)0x0008) /*!< Registers Synchronized flag */ |
einsteingustavo | 0:0dee8840a1c0 | 89 | #define RTC_FLAG_OW ((uint16_t)0x0004) /*!< Overflow flag */ |
einsteingustavo | 0:0dee8840a1c0 | 90 | #define RTC_FLAG_ALR ((uint16_t)0x0002) /*!< Alarm flag */ |
einsteingustavo | 0:0dee8840a1c0 | 91 | #define RTC_FLAG_SEC ((uint16_t)0x0001) /*!< Second flag */ |
einsteingustavo | 0:0dee8840a1c0 | 92 | #define IS_RTC_CLEAR_FLAG(FLAG) ((((FLAG) & (uint16_t)0xFFF0) == 0x00) && ((FLAG) != 0x00)) |
einsteingustavo | 0:0dee8840a1c0 | 93 | #define IS_RTC_GET_FLAG(FLAG) (((FLAG) == RTC_FLAG_RTOFF) || ((FLAG) == RTC_FLAG_RSF) || \ |
einsteingustavo | 0:0dee8840a1c0 | 94 | ((FLAG) == RTC_FLAG_OW) || ((FLAG) == RTC_FLAG_ALR) || \ |
einsteingustavo | 0:0dee8840a1c0 | 95 | ((FLAG) == RTC_FLAG_SEC)) |
einsteingustavo | 0:0dee8840a1c0 | 96 | #define IS_RTC_PRESCALER(PRESCALER) ((PRESCALER) <= 0xFFFFF) |
einsteingustavo | 0:0dee8840a1c0 | 97 | |
einsteingustavo | 0:0dee8840a1c0 | 98 | /** |
einsteingustavo | 0:0dee8840a1c0 | 99 | * @} |
einsteingustavo | 0:0dee8840a1c0 | 100 | */ |
einsteingustavo | 0:0dee8840a1c0 | 101 | |
einsteingustavo | 0:0dee8840a1c0 | 102 | /** |
einsteingustavo | 0:0dee8840a1c0 | 103 | * @} |
einsteingustavo | 0:0dee8840a1c0 | 104 | */ |
einsteingustavo | 0:0dee8840a1c0 | 105 | |
einsteingustavo | 0:0dee8840a1c0 | 106 | /** @defgroup RTC_Exported_Macros |
einsteingustavo | 0:0dee8840a1c0 | 107 | * @{ |
einsteingustavo | 0:0dee8840a1c0 | 108 | */ |
einsteingustavo | 0:0dee8840a1c0 | 109 | |
einsteingustavo | 0:0dee8840a1c0 | 110 | /** |
einsteingustavo | 0:0dee8840a1c0 | 111 | * @} |
einsteingustavo | 0:0dee8840a1c0 | 112 | */ |
einsteingustavo | 0:0dee8840a1c0 | 113 | |
einsteingustavo | 0:0dee8840a1c0 | 114 | /** @defgroup RTC_Exported_Functions |
einsteingustavo | 0:0dee8840a1c0 | 115 | * @{ |
einsteingustavo | 0:0dee8840a1c0 | 116 | */ |
einsteingustavo | 0:0dee8840a1c0 | 117 | |
einsteingustavo | 0:0dee8840a1c0 | 118 | void RTC_ITConfig(uint16_t RTC_IT, FunctionalState NewState); |
einsteingustavo | 0:0dee8840a1c0 | 119 | void RTC_EnterConfigMode(void); |
einsteingustavo | 0:0dee8840a1c0 | 120 | void RTC_ExitConfigMode(void); |
einsteingustavo | 0:0dee8840a1c0 | 121 | uint32_t RTC_GetCounter(void); |
einsteingustavo | 0:0dee8840a1c0 | 122 | void RTC_SetCounter(uint32_t CounterValue); |
einsteingustavo | 0:0dee8840a1c0 | 123 | void RTC_SetPrescaler(uint32_t PrescalerValue); |
einsteingustavo | 0:0dee8840a1c0 | 124 | void RTC_SetAlarm(uint32_t AlarmValue); |
einsteingustavo | 0:0dee8840a1c0 | 125 | uint32_t RTC_GetDivider(void); |
einsteingustavo | 0:0dee8840a1c0 | 126 | void RTC_WaitForLastTask(void); |
einsteingustavo | 0:0dee8840a1c0 | 127 | void RTC_WaitForSynchro(void); |
einsteingustavo | 0:0dee8840a1c0 | 128 | FlagStatus RTC_GetFlagStatus(uint16_t RTC_FLAG); |
einsteingustavo | 0:0dee8840a1c0 | 129 | void RTC_ClearFlag(uint16_t RTC_FLAG); |
einsteingustavo | 0:0dee8840a1c0 | 130 | ITStatus RTC_GetITStatus(uint16_t RTC_IT); |
einsteingustavo | 0:0dee8840a1c0 | 131 | void RTC_ClearITPendingBit(uint16_t RTC_IT); |
einsteingustavo | 0:0dee8840a1c0 | 132 | |
einsteingustavo | 0:0dee8840a1c0 | 133 | #ifdef __cplusplus |
einsteingustavo | 0:0dee8840a1c0 | 134 | } |
einsteingustavo | 0:0dee8840a1c0 | 135 | #endif |
einsteingustavo | 0:0dee8840a1c0 | 136 | |
einsteingustavo | 0:0dee8840a1c0 | 137 | #endif /* __STM32F10x_RTC_H */ |
einsteingustavo | 0:0dee8840a1c0 | 138 | /** |
einsteingustavo | 0:0dee8840a1c0 | 139 | * @} |
einsteingustavo | 0:0dee8840a1c0 | 140 | */ |
einsteingustavo | 0:0dee8840a1c0 | 141 | |
einsteingustavo | 0:0dee8840a1c0 | 142 | /** |
einsteingustavo | 0:0dee8840a1c0 | 143 | * @} |
einsteingustavo | 0:0dee8840a1c0 | 144 | */ |
einsteingustavo | 0:0dee8840a1c0 | 145 | |
einsteingustavo | 0:0dee8840a1c0 | 146 | /** |
einsteingustavo | 0:0dee8840a1c0 | 147 | * @} |
einsteingustavo | 0:0dee8840a1c0 | 148 | */ |
einsteingustavo | 0:0dee8840a1c0 | 149 | |
einsteingustavo | 0:0dee8840a1c0 | 150 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |
einsteingustavo | 0:0dee8840a1c0 | 151 |