meh

Fork of mbed by mbed official

Committer:
ricardobtez
Date:
Tue Apr 05 23:51:21 2016 +0000
Revision:
118:16969dd821af
Parent:
86:04dd9b1680ae
Child:
99:dbbf35b96557
dgdgr

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 86:04dd9b1680ae 1 /**
bogdanm 86:04dd9b1680ae 2 ******************************************************************************
bogdanm 86:04dd9b1680ae 3 * @file stm32f4xx_hal_rtc_ex.h
bogdanm 86:04dd9b1680ae 4 * @author MCD Application Team
bogdanm 86:04dd9b1680ae 5 * @version V1.1.0
bogdanm 86:04dd9b1680ae 6 * @date 19-June-2014
bogdanm 86:04dd9b1680ae 7 * @brief Header file of RTC HAL Extension module.
bogdanm 86:04dd9b1680ae 8 ******************************************************************************
bogdanm 86:04dd9b1680ae 9 * @attention
bogdanm 86:04dd9b1680ae 10 *
bogdanm 86:04dd9b1680ae 11 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
bogdanm 86:04dd9b1680ae 12 *
bogdanm 86:04dd9b1680ae 13 * Redistribution and use in source and binary forms, with or without modification,
bogdanm 86:04dd9b1680ae 14 * are permitted provided that the following conditions are met:
bogdanm 86:04dd9b1680ae 15 * 1. Redistributions of source code must retain the above copyright notice,
bogdanm 86:04dd9b1680ae 16 * this list of conditions and the following disclaimer.
bogdanm 86:04dd9b1680ae 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
bogdanm 86:04dd9b1680ae 18 * this list of conditions and the following disclaimer in the documentation
bogdanm 86:04dd9b1680ae 19 * and/or other materials provided with the distribution.
bogdanm 86:04dd9b1680ae 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
bogdanm 86:04dd9b1680ae 21 * may be used to endorse or promote products derived from this software
bogdanm 86:04dd9b1680ae 22 * without specific prior written permission.
bogdanm 86:04dd9b1680ae 23 *
bogdanm 86:04dd9b1680ae 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
bogdanm 86:04dd9b1680ae 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
bogdanm 86:04dd9b1680ae 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
bogdanm 86:04dd9b1680ae 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
bogdanm 86:04dd9b1680ae 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
bogdanm 86:04dd9b1680ae 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
bogdanm 86:04dd9b1680ae 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
bogdanm 86:04dd9b1680ae 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
bogdanm 86:04dd9b1680ae 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
bogdanm 86:04dd9b1680ae 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bogdanm 86:04dd9b1680ae 34 *
bogdanm 86:04dd9b1680ae 35 ******************************************************************************
bogdanm 86:04dd9b1680ae 36 */
bogdanm 86:04dd9b1680ae 37
bogdanm 86:04dd9b1680ae 38 /* Define to prevent recursive inclusion -------------------------------------*/
bogdanm 86:04dd9b1680ae 39 #ifndef __STM32F4xx_HAL_RTC_EX_H
bogdanm 86:04dd9b1680ae 40 #define __STM32F4xx_HAL_RTC_EX_H
bogdanm 86:04dd9b1680ae 41
bogdanm 86:04dd9b1680ae 42 #ifdef __cplusplus
bogdanm 86:04dd9b1680ae 43 extern "C" {
bogdanm 86:04dd9b1680ae 44 #endif
bogdanm 86:04dd9b1680ae 45
bogdanm 86:04dd9b1680ae 46 /* Includes ------------------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 47 #include "stm32f4xx_hal_def.h"
bogdanm 86:04dd9b1680ae 48
bogdanm 86:04dd9b1680ae 49 /** @addtogroup STM32F4xx_HAL_Driver
bogdanm 86:04dd9b1680ae 50 * @{
bogdanm 86:04dd9b1680ae 51 */
bogdanm 86:04dd9b1680ae 52
bogdanm 86:04dd9b1680ae 53 /** @addtogroup RTCEx
bogdanm 86:04dd9b1680ae 54 * @{
bogdanm 86:04dd9b1680ae 55 */
bogdanm 86:04dd9b1680ae 56
bogdanm 86:04dd9b1680ae 57 /* Exported types ------------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 58
bogdanm 86:04dd9b1680ae 59 /**
bogdanm 86:04dd9b1680ae 60 * @brief RTC Tamper structure definition
bogdanm 86:04dd9b1680ae 61 */
bogdanm 86:04dd9b1680ae 62 typedef struct
bogdanm 86:04dd9b1680ae 63 {
bogdanm 86:04dd9b1680ae 64 uint32_t Tamper; /*!< Specifies the Tamper Pin.
bogdanm 86:04dd9b1680ae 65 This parameter can be a value of @ref RTCEx_Tamper_Pins_Definitions */
bogdanm 86:04dd9b1680ae 66
bogdanm 86:04dd9b1680ae 67 uint32_t PinSelection; /*!< Specifies the Tamper Pin.
bogdanm 86:04dd9b1680ae 68 This parameter can be a value of @ref RTCEx_Tamper_Pins_Selection */
bogdanm 86:04dd9b1680ae 69
bogdanm 86:04dd9b1680ae 70 uint32_t Trigger; /*!< Specifies the Tamper Trigger.
bogdanm 86:04dd9b1680ae 71 This parameter can be a value of @ref RTCEx_Tamper_Trigger_Definitions */
bogdanm 86:04dd9b1680ae 72
bogdanm 86:04dd9b1680ae 73 uint32_t Filter; /*!< Specifies the RTC Filter Tamper.
bogdanm 86:04dd9b1680ae 74 This parameter can be a value of @ref RTCEx_Tamper_Filter_Definitions */
bogdanm 86:04dd9b1680ae 75
bogdanm 86:04dd9b1680ae 76 uint32_t SamplingFrequency; /*!< Specifies the sampling frequency.
bogdanm 86:04dd9b1680ae 77 This parameter can be a value of @ref RTCEx_Tamper_Sampling_Frequencies_Definitions */
bogdanm 86:04dd9b1680ae 78
bogdanm 86:04dd9b1680ae 79 uint32_t PrechargeDuration; /*!< Specifies the Precharge Duration .
bogdanm 86:04dd9b1680ae 80 This parameter can be a value of @ref RTCEx_Tamper_Pin_Precharge_Duration_Definitions */
bogdanm 86:04dd9b1680ae 81
bogdanm 86:04dd9b1680ae 82 uint32_t TamperPullUp; /*!< Specifies the Tamper PullUp .
bogdanm 86:04dd9b1680ae 83 This parameter can be a value of @ref RTCEx_Tamper_Pull_UP_Definitions */
bogdanm 86:04dd9b1680ae 84
bogdanm 86:04dd9b1680ae 85 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection.
bogdanm 86:04dd9b1680ae 86 This parameter can be a value of @ref RTCEx_Tamper_TimeStampOnTamperDetection_Definitions */
bogdanm 86:04dd9b1680ae 87 }RTC_TamperTypeDef;
bogdanm 86:04dd9b1680ae 88
bogdanm 86:04dd9b1680ae 89 /* Exported constants --------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 90 /** @defgroup RTCEx_Exported_Constants
bogdanm 86:04dd9b1680ae 91 * @{
bogdanm 86:04dd9b1680ae 92 */
bogdanm 86:04dd9b1680ae 93
bogdanm 86:04dd9b1680ae 94 /** @defgroup RTCEx_Backup_Registers_Definitions
bogdanm 86:04dd9b1680ae 95 * @{
bogdanm 86:04dd9b1680ae 96 */
bogdanm 86:04dd9b1680ae 97 #define RTC_BKP_DR0 ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 98 #define RTC_BKP_DR1 ((uint32_t)0x00000001)
bogdanm 86:04dd9b1680ae 99 #define RTC_BKP_DR2 ((uint32_t)0x00000002)
bogdanm 86:04dd9b1680ae 100 #define RTC_BKP_DR3 ((uint32_t)0x00000003)
bogdanm 86:04dd9b1680ae 101 #define RTC_BKP_DR4 ((uint32_t)0x00000004)
bogdanm 86:04dd9b1680ae 102 #define RTC_BKP_DR5 ((uint32_t)0x00000005)
bogdanm 86:04dd9b1680ae 103 #define RTC_BKP_DR6 ((uint32_t)0x00000006)
bogdanm 86:04dd9b1680ae 104 #define RTC_BKP_DR7 ((uint32_t)0x00000007)
bogdanm 86:04dd9b1680ae 105 #define RTC_BKP_DR8 ((uint32_t)0x00000008)
bogdanm 86:04dd9b1680ae 106 #define RTC_BKP_DR9 ((uint32_t)0x00000009)
bogdanm 86:04dd9b1680ae 107 #define RTC_BKP_DR10 ((uint32_t)0x0000000A)
bogdanm 86:04dd9b1680ae 108 #define RTC_BKP_DR11 ((uint32_t)0x0000000B)
bogdanm 86:04dd9b1680ae 109 #define RTC_BKP_DR12 ((uint32_t)0x0000000C)
bogdanm 86:04dd9b1680ae 110 #define RTC_BKP_DR13 ((uint32_t)0x0000000D)
bogdanm 86:04dd9b1680ae 111 #define RTC_BKP_DR14 ((uint32_t)0x0000000E)
bogdanm 86:04dd9b1680ae 112 #define RTC_BKP_DR15 ((uint32_t)0x0000000F)
bogdanm 86:04dd9b1680ae 113 #define RTC_BKP_DR16 ((uint32_t)0x00000010)
bogdanm 86:04dd9b1680ae 114 #define RTC_BKP_DR17 ((uint32_t)0x00000011)
bogdanm 86:04dd9b1680ae 115 #define RTC_BKP_DR18 ((uint32_t)0x00000012)
bogdanm 86:04dd9b1680ae 116 #define RTC_BKP_DR19 ((uint32_t)0x00000013)
bogdanm 86:04dd9b1680ae 117
bogdanm 86:04dd9b1680ae 118 #define IS_RTC_BKP(BKP) (((BKP) == RTC_BKP_DR0) || \
bogdanm 86:04dd9b1680ae 119 ((BKP) == RTC_BKP_DR1) || \
bogdanm 86:04dd9b1680ae 120 ((BKP) == RTC_BKP_DR2) || \
bogdanm 86:04dd9b1680ae 121 ((BKP) == RTC_BKP_DR3) || \
bogdanm 86:04dd9b1680ae 122 ((BKP) == RTC_BKP_DR4) || \
bogdanm 86:04dd9b1680ae 123 ((BKP) == RTC_BKP_DR5) || \
bogdanm 86:04dd9b1680ae 124 ((BKP) == RTC_BKP_DR6) || \
bogdanm 86:04dd9b1680ae 125 ((BKP) == RTC_BKP_DR7) || \
bogdanm 86:04dd9b1680ae 126 ((BKP) == RTC_BKP_DR8) || \
bogdanm 86:04dd9b1680ae 127 ((BKP) == RTC_BKP_DR9) || \
bogdanm 86:04dd9b1680ae 128 ((BKP) == RTC_BKP_DR10) || \
bogdanm 86:04dd9b1680ae 129 ((BKP) == RTC_BKP_DR11) || \
bogdanm 86:04dd9b1680ae 130 ((BKP) == RTC_BKP_DR12) || \
bogdanm 86:04dd9b1680ae 131 ((BKP) == RTC_BKP_DR13) || \
bogdanm 86:04dd9b1680ae 132 ((BKP) == RTC_BKP_DR14) || \
bogdanm 86:04dd9b1680ae 133 ((BKP) == RTC_BKP_DR15) || \
bogdanm 86:04dd9b1680ae 134 ((BKP) == RTC_BKP_DR16) || \
bogdanm 86:04dd9b1680ae 135 ((BKP) == RTC_BKP_DR17) || \
bogdanm 86:04dd9b1680ae 136 ((BKP) == RTC_BKP_DR18) || \
bogdanm 86:04dd9b1680ae 137 ((BKP) == RTC_BKP_DR19))
bogdanm 86:04dd9b1680ae 138 /**
bogdanm 86:04dd9b1680ae 139 * @}
bogdanm 86:04dd9b1680ae 140 */
bogdanm 86:04dd9b1680ae 141
bogdanm 86:04dd9b1680ae 142 /** @defgroup RTCEx_Time_Stamp_Edges_definitions
bogdanm 86:04dd9b1680ae 143 * @{
bogdanm 86:04dd9b1680ae 144 */
bogdanm 86:04dd9b1680ae 145 #define RTC_TIMESTAMPEDGE_RISING ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 146 #define RTC_TIMESTAMPEDGE_FALLING ((uint32_t)0x00000008)
bogdanm 86:04dd9b1680ae 147
bogdanm 86:04dd9b1680ae 148 #define IS_TIMESTAMP_EDGE(EDGE) (((EDGE) == RTC_TIMESTAMPEDGE_RISING) || \
bogdanm 86:04dd9b1680ae 149 ((EDGE) == RTC_TIMESTAMPEDGE_FALLING))
bogdanm 86:04dd9b1680ae 150 /**
bogdanm 86:04dd9b1680ae 151 * @}
bogdanm 86:04dd9b1680ae 152 */
bogdanm 86:04dd9b1680ae 153
bogdanm 86:04dd9b1680ae 154 /** @defgroup RTCEx_Tamper_Pins_Definitions
bogdanm 86:04dd9b1680ae 155 * @{
bogdanm 86:04dd9b1680ae 156 */
bogdanm 86:04dd9b1680ae 157 #define RTC_TAMPER_1 RTC_TAFCR_TAMP1E
bogdanm 86:04dd9b1680ae 158 #define RTC_TAMPER_2 RTC_TAFCR_TAMP2E
bogdanm 86:04dd9b1680ae 159
bogdanm 86:04dd9b1680ae 160 #define IS_TAMPER(TAMPER) ((((TAMPER) & (uint32_t)0xFFFFFFF6) == 0x00) && ((TAMPER) != (uint32_t)RESET))
bogdanm 86:04dd9b1680ae 161 /**
bogdanm 86:04dd9b1680ae 162 * @}
bogdanm 86:04dd9b1680ae 163 */
bogdanm 86:04dd9b1680ae 164
bogdanm 86:04dd9b1680ae 165 /** @defgroup RTCEx_Tamper_Pins_Selection
bogdanm 86:04dd9b1680ae 166 * @{
bogdanm 86:04dd9b1680ae 167 */
bogdanm 86:04dd9b1680ae 168 #define RTC_TAMPERPIN_PC13 ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 169 #define RTC_TAMPERPIN_PI8 ((uint32_t)0x00010000)
bogdanm 86:04dd9b1680ae 170
bogdanm 86:04dd9b1680ae 171 #define IS_RTC_TAMPER_PIN(PIN) (((PIN) == RTC_TAMPERPIN_PC13) || \
bogdanm 86:04dd9b1680ae 172 ((PIN) == RTC_TAMPERPIN_PI8))
bogdanm 86:04dd9b1680ae 173 /**
bogdanm 86:04dd9b1680ae 174 * @}
bogdanm 86:04dd9b1680ae 175 */
bogdanm 86:04dd9b1680ae 176
bogdanm 86:04dd9b1680ae 177 /** @defgroup RTCEx_TimeStamp_Pin_Selection
bogdanm 86:04dd9b1680ae 178 * @{
bogdanm 86:04dd9b1680ae 179 */
bogdanm 86:04dd9b1680ae 180 #define RTC_TIMESTAMPPIN_PC13 ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 181 #define RTC_TIMESTAMPPIN_PI8 ((uint32_t)0x00020000)
bogdanm 86:04dd9b1680ae 182
bogdanm 86:04dd9b1680ae 183 #define IS_RTC_TIMESTAMP_PIN(PIN) (((PIN) == RTC_TIMESTAMPPIN_PC13) || \
bogdanm 86:04dd9b1680ae 184 ((PIN) == RTC_TIMESTAMPPIN_PI8))
bogdanm 86:04dd9b1680ae 185 /**
bogdanm 86:04dd9b1680ae 186 * @}
bogdanm 86:04dd9b1680ae 187 */
bogdanm 86:04dd9b1680ae 188
bogdanm 86:04dd9b1680ae 189 /** @defgroup RTCEx_Tamper_Trigger_Definitions
bogdanm 86:04dd9b1680ae 190 * @{
bogdanm 86:04dd9b1680ae 191 */
bogdanm 86:04dd9b1680ae 192 #define RTC_TAMPERTRIGGER_RISINGEDGE ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 193 #define RTC_TAMPERTRIGGER_FALLINGEDGE ((uint32_t)0x00000002)
bogdanm 86:04dd9b1680ae 194 #define RTC_TAMPERTRIGGER_LOWLEVEL RTC_TAMPERTRIGGER_RISINGEDGE
bogdanm 86:04dd9b1680ae 195 #define RTC_TAMPERTRIGGER_HIGHLEVEL RTC_TAMPERTRIGGER_FALLINGEDGE
bogdanm 86:04dd9b1680ae 196
bogdanm 86:04dd9b1680ae 197 #define IS_TAMPER_TRIGGER(TRIGGER) (((TRIGGER) == RTC_TAMPERTRIGGER_RISINGEDGE) || \
bogdanm 86:04dd9b1680ae 198 ((TRIGGER) == RTC_TAMPERTRIGGER_FALLINGEDGE) || \
bogdanm 86:04dd9b1680ae 199 ((TRIGGER) == RTC_TAMPERTRIGGER_LOWLEVEL) || \
bogdanm 86:04dd9b1680ae 200 ((TRIGGER) == RTC_TAMPERTRIGGER_HIGHLEVEL))
bogdanm 86:04dd9b1680ae 201
bogdanm 86:04dd9b1680ae 202 /**
bogdanm 86:04dd9b1680ae 203 * @}
bogdanm 86:04dd9b1680ae 204 */
bogdanm 86:04dd9b1680ae 205
bogdanm 86:04dd9b1680ae 206 /** @defgroup RTCEx_Tamper_Filter_Definitions
bogdanm 86:04dd9b1680ae 207 * @{
bogdanm 86:04dd9b1680ae 208 */
bogdanm 86:04dd9b1680ae 209 #define RTC_TAMPERFILTER_DISABLE ((uint32_t)0x00000000) /*!< Tamper filter is disabled */
bogdanm 86:04dd9b1680ae 210
bogdanm 86:04dd9b1680ae 211 #define RTC_TAMPERFILTER_2SAMPLE ((uint32_t)0x00000800) /*!< Tamper is activated after 2
bogdanm 86:04dd9b1680ae 212 consecutive samples at the active level */
bogdanm 86:04dd9b1680ae 213 #define RTC_TAMPERFILTER_4SAMPLE ((uint32_t)0x00001000) /*!< Tamper is activated after 4
bogdanm 86:04dd9b1680ae 214 consecutive samples at the active level */
bogdanm 86:04dd9b1680ae 215 #define RTC_TAMPERFILTER_8SAMPLE ((uint32_t)0x00001800) /*!< Tamper is activated after 8
bogdanm 86:04dd9b1680ae 216 consecutive samples at the active leve. */
bogdanm 86:04dd9b1680ae 217
bogdanm 86:04dd9b1680ae 218 #define IS_TAMPER_FILTER(FILTER) (((FILTER) == RTC_TAMPERFILTER_DISABLE) || \
bogdanm 86:04dd9b1680ae 219 ((FILTER) == RTC_TAMPERFILTER_2SAMPLE) || \
bogdanm 86:04dd9b1680ae 220 ((FILTER) == RTC_TAMPERFILTER_4SAMPLE) || \
bogdanm 86:04dd9b1680ae 221 ((FILTER) == RTC_TAMPERFILTER_8SAMPLE))
bogdanm 86:04dd9b1680ae 222 /**
bogdanm 86:04dd9b1680ae 223 * @}
bogdanm 86:04dd9b1680ae 224 */
bogdanm 86:04dd9b1680ae 225
bogdanm 86:04dd9b1680ae 226 /** @defgroup RTCEx_Tamper_Sampling_Frequencies_Definitions
bogdanm 86:04dd9b1680ae 227 * @{
bogdanm 86:04dd9b1680ae 228 */
bogdanm 86:04dd9b1680ae 229 #define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768 ((uint32_t)0x00000000) /*!< Each of the tamper inputs are sampled
bogdanm 86:04dd9b1680ae 230 with a frequency = RTCCLK / 32768 */
bogdanm 86:04dd9b1680ae 231 #define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384 ((uint32_t)0x00000100) /*!< Each of the tamper inputs are sampled
bogdanm 86:04dd9b1680ae 232 with a frequency = RTCCLK / 16384 */
bogdanm 86:04dd9b1680ae 233 #define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192 ((uint32_t)0x00000200) /*!< Each of the tamper inputs are sampled
bogdanm 86:04dd9b1680ae 234 with a frequency = RTCCLK / 8192 */
bogdanm 86:04dd9b1680ae 235 #define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096 ((uint32_t)0x00000300) /*!< Each of the tamper inputs are sampled
bogdanm 86:04dd9b1680ae 236 with a frequency = RTCCLK / 4096 */
bogdanm 86:04dd9b1680ae 237 #define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048 ((uint32_t)0x00000400) /*!< Each of the tamper inputs are sampled
bogdanm 86:04dd9b1680ae 238 with a frequency = RTCCLK / 2048 */
bogdanm 86:04dd9b1680ae 239 #define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024 ((uint32_t)0x00000500) /*!< Each of the tamper inputs are sampled
bogdanm 86:04dd9b1680ae 240 with a frequency = RTCCLK / 1024 */
bogdanm 86:04dd9b1680ae 241 #define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512 ((uint32_t)0x00000600) /*!< Each of the tamper inputs are sampled
bogdanm 86:04dd9b1680ae 242 with a frequency = RTCCLK / 512 */
bogdanm 86:04dd9b1680ae 243 #define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256 ((uint32_t)0x00000700) /*!< Each of the tamper inputs are sampled
bogdanm 86:04dd9b1680ae 244 with a frequency = RTCCLK / 256 */
bogdanm 86:04dd9b1680ae 245
bogdanm 86:04dd9b1680ae 246 #define IS_TAMPER_SAMPLING_FREQ(FREQ) (((FREQ) == RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768)|| \
bogdanm 86:04dd9b1680ae 247 ((FREQ) == RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384)|| \
bogdanm 86:04dd9b1680ae 248 ((FREQ) == RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192) || \
bogdanm 86:04dd9b1680ae 249 ((FREQ) == RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096) || \
bogdanm 86:04dd9b1680ae 250 ((FREQ) == RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048) || \
bogdanm 86:04dd9b1680ae 251 ((FREQ) == RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024) || \
bogdanm 86:04dd9b1680ae 252 ((FREQ) == RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512) || \
bogdanm 86:04dd9b1680ae 253 ((FREQ) == RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256))
bogdanm 86:04dd9b1680ae 254 /**
bogdanm 86:04dd9b1680ae 255 * @}
bogdanm 86:04dd9b1680ae 256 */
bogdanm 86:04dd9b1680ae 257
bogdanm 86:04dd9b1680ae 258 /** @defgroup RTCEx_Tamper_Pin_Precharge_Duration_Definitions
bogdanm 86:04dd9b1680ae 259 * @{
bogdanm 86:04dd9b1680ae 260 */
bogdanm 86:04dd9b1680ae 261 #define RTC_TAMPERPRECHARGEDURATION_1RTCCLK ((uint32_t)0x00000000) /*!< Tamper pins are pre-charged before
bogdanm 86:04dd9b1680ae 262 sampling during 1 RTCCLK cycle */
bogdanm 86:04dd9b1680ae 263 #define RTC_TAMPERPRECHARGEDURATION_2RTCCLK ((uint32_t)0x00002000) /*!< Tamper pins are pre-charged before
bogdanm 86:04dd9b1680ae 264 sampling during 2 RTCCLK cycles */
bogdanm 86:04dd9b1680ae 265 #define RTC_TAMPERPRECHARGEDURATION_4RTCCLK ((uint32_t)0x00004000) /*!< Tamper pins are pre-charged before
bogdanm 86:04dd9b1680ae 266 sampling during 4 RTCCLK cycles */
bogdanm 86:04dd9b1680ae 267 #define RTC_TAMPERPRECHARGEDURATION_8RTCCLK ((uint32_t)0x00006000) /*!< Tamper pins are pre-charged before
bogdanm 86:04dd9b1680ae 268 sampling during 8 RTCCLK cycles */
bogdanm 86:04dd9b1680ae 269
bogdanm 86:04dd9b1680ae 270 #define IS_TAMPER_PRECHARGE_DURATION(DURATION) (((DURATION) == RTC_TAMPERPRECHARGEDURATION_1RTCCLK) || \
bogdanm 86:04dd9b1680ae 271 ((DURATION) == RTC_TAMPERPRECHARGEDURATION_2RTCCLK) || \
bogdanm 86:04dd9b1680ae 272 ((DURATION) == RTC_TAMPERPRECHARGEDURATION_4RTCCLK) || \
bogdanm 86:04dd9b1680ae 273 ((DURATION) == RTC_TAMPERPRECHARGEDURATION_8RTCCLK))
bogdanm 86:04dd9b1680ae 274 /**
bogdanm 86:04dd9b1680ae 275 * @}
bogdanm 86:04dd9b1680ae 276 */
bogdanm 86:04dd9b1680ae 277
bogdanm 86:04dd9b1680ae 278 /** @defgroup RTCEx_Tamper_TimeStampOnTamperDetection_Definitions
bogdanm 86:04dd9b1680ae 279 * @{
bogdanm 86:04dd9b1680ae 280 */
bogdanm 86:04dd9b1680ae 281 #define RTC_TIMESTAMPONTAMPERDETECTION_ENABLE ((uint32_t)RTC_TAFCR_TAMPTS) /*!< TimeStamp on Tamper Detection event saved */
bogdanm 86:04dd9b1680ae 282 #define RTC_TIMESTAMPONTAMPERDETECTION_DISABLE ((uint32_t)0x00000000) /*!< TimeStamp on Tamper Detection event is not saved */
bogdanm 86:04dd9b1680ae 283
bogdanm 86:04dd9b1680ae 284 #define IS_TAMPER_TIMESTAMPONTAMPER_DETECTION(DETECTION) (((DETECTION) == RTC_TIMESTAMPONTAMPERDETECTION_ENABLE) || \
bogdanm 86:04dd9b1680ae 285 ((DETECTION) == RTC_TIMESTAMPONTAMPERDETECTION_DISABLE))
bogdanm 86:04dd9b1680ae 286 /**
bogdanm 86:04dd9b1680ae 287 * @}
bogdanm 86:04dd9b1680ae 288 */
bogdanm 86:04dd9b1680ae 289
bogdanm 86:04dd9b1680ae 290 /** @defgroup RTCEx_Tamper_Pull_UP_Definitions
bogdanm 86:04dd9b1680ae 291 * @{
bogdanm 86:04dd9b1680ae 292 */
bogdanm 86:04dd9b1680ae 293 #define RTC_TAMPER_PULLUP_ENABLE ((uint32_t)0x00000000) /*!< TimeStamp on Tamper Detection event saved */
bogdanm 86:04dd9b1680ae 294 #define RTC_TAMPER_PULLUP_DISABLE ((uint32_t)RTC_TAFCR_TAMPPUDIS) /*!< TimeStamp on Tamper Detection event is not saved */
bogdanm 86:04dd9b1680ae 295
bogdanm 86:04dd9b1680ae 296 #define IS_TAMPER_PULLUP_STATE(STATE) (((STATE) == RTC_TAMPER_PULLUP_ENABLE) || \
bogdanm 86:04dd9b1680ae 297 ((STATE) == RTC_TAMPER_PULLUP_DISABLE))
bogdanm 86:04dd9b1680ae 298 /**
bogdanm 86:04dd9b1680ae 299 * @}
bogdanm 86:04dd9b1680ae 300 */
bogdanm 86:04dd9b1680ae 301
bogdanm 86:04dd9b1680ae 302 /** @defgroup RTCEx_Wakeup_Timer_Definitions
bogdanm 86:04dd9b1680ae 303 * @{
bogdanm 86:04dd9b1680ae 304 */
bogdanm 86:04dd9b1680ae 305 #define RTC_WAKEUPCLOCK_RTCCLK_DIV16 ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 306 #define RTC_WAKEUPCLOCK_RTCCLK_DIV8 ((uint32_t)0x00000001)
bogdanm 86:04dd9b1680ae 307 #define RTC_WAKEUPCLOCK_RTCCLK_DIV4 ((uint32_t)0x00000002)
bogdanm 86:04dd9b1680ae 308 #define RTC_WAKEUPCLOCK_RTCCLK_DIV2 ((uint32_t)0x00000003)
bogdanm 86:04dd9b1680ae 309 #define RTC_WAKEUPCLOCK_CK_SPRE_16BITS ((uint32_t)0x00000004)
bogdanm 86:04dd9b1680ae 310 #define RTC_WAKEUPCLOCK_CK_SPRE_17BITS ((uint32_t)0x00000006)
bogdanm 86:04dd9b1680ae 311
bogdanm 86:04dd9b1680ae 312 #define IS_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV16) || \
bogdanm 86:04dd9b1680ae 313 ((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV8) || \
bogdanm 86:04dd9b1680ae 314 ((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV4) || \
bogdanm 86:04dd9b1680ae 315 ((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV2) || \
bogdanm 86:04dd9b1680ae 316 ((CLOCK) == RTC_WAKEUPCLOCK_CK_SPRE_16BITS) || \
bogdanm 86:04dd9b1680ae 317 ((CLOCK) == RTC_WAKEUPCLOCK_CK_SPRE_17BITS))
bogdanm 86:04dd9b1680ae 318
bogdanm 86:04dd9b1680ae 319 #define IS_WAKEUP_COUNTER(COUNTER) ((COUNTER) <= 0xFFFF)
bogdanm 86:04dd9b1680ae 320 /**
bogdanm 86:04dd9b1680ae 321 * @}
bogdanm 86:04dd9b1680ae 322 */
bogdanm 86:04dd9b1680ae 323
bogdanm 86:04dd9b1680ae 324 /** @defgroup RTCEx_Digital_Calibration_Definitions
bogdanm 86:04dd9b1680ae 325 * @{
bogdanm 86:04dd9b1680ae 326 */
bogdanm 86:04dd9b1680ae 327 #define RTC_CALIBSIGN_POSITIVE ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 328 #define RTC_CALIBSIGN_NEGATIVE ((uint32_t)0x00000080)
bogdanm 86:04dd9b1680ae 329
bogdanm 86:04dd9b1680ae 330 #define IS_RTC_CALIB_SIGN(SIGN) (((SIGN) == RTC_CALIBSIGN_POSITIVE) || \
bogdanm 86:04dd9b1680ae 331 ((SIGN) == RTC_CALIBSIGN_NEGATIVE))
bogdanm 86:04dd9b1680ae 332
bogdanm 86:04dd9b1680ae 333 #define IS_RTC_CALIB_VALUE(VALUE) ((VALUE) < 0x20)
bogdanm 86:04dd9b1680ae 334 /**
bogdanm 86:04dd9b1680ae 335 * @}
bogdanm 86:04dd9b1680ae 336 */
bogdanm 86:04dd9b1680ae 337
bogdanm 86:04dd9b1680ae 338 /** @defgroup RTCEx_Smooth_calib_period_Definitions
bogdanm 86:04dd9b1680ae 339 * @{
bogdanm 86:04dd9b1680ae 340 */
bogdanm 86:04dd9b1680ae 341 #define RTC_SMOOTHCALIB_PERIOD_32SEC ((uint32_t)0x00000000) /*!< If RTCCLK = 32768 Hz, Smooth calibation
bogdanm 86:04dd9b1680ae 342 period is 32s, else 2exp20 RTCCLK seconds */
bogdanm 86:04dd9b1680ae 343 #define RTC_SMOOTHCALIB_PERIOD_16SEC ((uint32_t)0x00002000) /*!< If RTCCLK = 32768 Hz, Smooth calibation
bogdanm 86:04dd9b1680ae 344 period is 16s, else 2exp19 RTCCLK seconds */
bogdanm 86:04dd9b1680ae 345 #define RTC_SMOOTHCALIB_PERIOD_8SEC ((uint32_t)0x00004000) /*!< If RTCCLK = 32768 Hz, Smooth calibation
bogdanm 86:04dd9b1680ae 346 period is 8s, else 2exp18 RTCCLK seconds */
bogdanm 86:04dd9b1680ae 347
bogdanm 86:04dd9b1680ae 348 #define IS_RTC_SMOOTH_CALIB_PERIOD(PERIOD) (((PERIOD) == RTC_SMOOTHCALIB_PERIOD_32SEC) || \
bogdanm 86:04dd9b1680ae 349 ((PERIOD) == RTC_SMOOTHCALIB_PERIOD_16SEC) || \
bogdanm 86:04dd9b1680ae 350 ((PERIOD) == RTC_SMOOTHCALIB_PERIOD_8SEC))
bogdanm 86:04dd9b1680ae 351 /**
bogdanm 86:04dd9b1680ae 352 * @}
bogdanm 86:04dd9b1680ae 353 */
bogdanm 86:04dd9b1680ae 354
bogdanm 86:04dd9b1680ae 355 /** @defgroup RTCEx_Smooth_calib_Plus_pulses_Definitions
bogdanm 86:04dd9b1680ae 356 * @{
bogdanm 86:04dd9b1680ae 357 */
bogdanm 86:04dd9b1680ae 358 #define RTC_SMOOTHCALIB_PLUSPULSES_SET ((uint32_t)0x00008000) /*!< The number of RTCCLK pulses added
bogdanm 86:04dd9b1680ae 359 during a X -second window = Y - CALM[8:0]
bogdanm 86:04dd9b1680ae 360 with Y = 512, 256, 128 when X = 32, 16, 8 */
bogdanm 86:04dd9b1680ae 361 #define RTC_SMOOTHCALIB_PLUSPULSES_RESET ((uint32_t)0x00000000) /*!< The number of RTCCLK pulses subbstited
bogdanm 86:04dd9b1680ae 362 during a 32-second window = CALM[8:0] */
bogdanm 86:04dd9b1680ae 363
bogdanm 86:04dd9b1680ae 364 #define IS_RTC_SMOOTH_CALIB_PLUS(PLUS) (((PLUS) == RTC_SMOOTHCALIB_PLUSPULSES_SET) || \
bogdanm 86:04dd9b1680ae 365 ((PLUS) == RTC_SMOOTHCALIB_PLUSPULSES_RESET))
bogdanm 86:04dd9b1680ae 366 /**
bogdanm 86:04dd9b1680ae 367 * @}
bogdanm 86:04dd9b1680ae 368 */
bogdanm 86:04dd9b1680ae 369
bogdanm 86:04dd9b1680ae 370 /** @defgroup RTCEx_Smooth_calib_Minus_pulses_Definitions
bogdanm 86:04dd9b1680ae 371 * @{
bogdanm 86:04dd9b1680ae 372 */
bogdanm 86:04dd9b1680ae 373 #define IS_RTC_SMOOTH_CALIB_MINUS(VALUE) ((VALUE) <= 0x000001FF)
bogdanm 86:04dd9b1680ae 374 /**
bogdanm 86:04dd9b1680ae 375 * @}
bogdanm 86:04dd9b1680ae 376 */
bogdanm 86:04dd9b1680ae 377
bogdanm 86:04dd9b1680ae 378 /** @defgroup RTCEx_Add_1_Second_Parameter_Definitions
bogdanm 86:04dd9b1680ae 379 * @{
bogdanm 86:04dd9b1680ae 380 */
bogdanm 86:04dd9b1680ae 381 #define RTC_SHIFTADD1S_RESET ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 382 #define RTC_SHIFTADD1S_SET ((uint32_t)0x80000000)
bogdanm 86:04dd9b1680ae 383
bogdanm 86:04dd9b1680ae 384 #define IS_RTC_SHIFT_ADD1S(SEL) (((SEL) == RTC_SHIFTADD1S_RESET) || \
bogdanm 86:04dd9b1680ae 385 ((SEL) == RTC_SHIFTADD1S_SET))
bogdanm 86:04dd9b1680ae 386 /**
bogdanm 86:04dd9b1680ae 387 * @}
bogdanm 86:04dd9b1680ae 388 */
bogdanm 86:04dd9b1680ae 389
bogdanm 86:04dd9b1680ae 390 /** @defgroup RTCEx_Substract_Fraction_Of_Second_Value
bogdanm 86:04dd9b1680ae 391 * @{
bogdanm 86:04dd9b1680ae 392 */
bogdanm 86:04dd9b1680ae 393 #define IS_RTC_SHIFT_SUBFS(FS) ((FS) <= 0x00007FFF)
bogdanm 86:04dd9b1680ae 394 /**
bogdanm 86:04dd9b1680ae 395 * @}
bogdanm 86:04dd9b1680ae 396 */
bogdanm 86:04dd9b1680ae 397
bogdanm 86:04dd9b1680ae 398 /** @defgroup RTCEx_Calib_Output_selection_Definitions
bogdanm 86:04dd9b1680ae 399 * @{
bogdanm 86:04dd9b1680ae 400 */
bogdanm 86:04dd9b1680ae 401 #define RTC_CALIBOUTPUT_512HZ ((uint32_t)0x00000000)
bogdanm 86:04dd9b1680ae 402 #define RTC_CALIBOUTPUT_1HZ ((uint32_t)0x00080000)
bogdanm 86:04dd9b1680ae 403
bogdanm 86:04dd9b1680ae 404 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIBOUTPUT_512HZ) || \
bogdanm 86:04dd9b1680ae 405 ((OUTPUT) == RTC_CALIBOUTPUT_1HZ))
bogdanm 86:04dd9b1680ae 406 /**
bogdanm 86:04dd9b1680ae 407 * @}
bogdanm 86:04dd9b1680ae 408 */
bogdanm 86:04dd9b1680ae 409
bogdanm 86:04dd9b1680ae 410 /**
bogdanm 86:04dd9b1680ae 411 * @}
bogdanm 86:04dd9b1680ae 412 */
bogdanm 86:04dd9b1680ae 413
bogdanm 86:04dd9b1680ae 414 /* Exported macro ------------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 415
bogdanm 86:04dd9b1680ae 416 /**
bogdanm 86:04dd9b1680ae 417 * @brief Enable the RTC WakeUp Timer peripheral.
bogdanm 86:04dd9b1680ae 418 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 419 * @retval None
bogdanm 86:04dd9b1680ae 420 */
bogdanm 86:04dd9b1680ae 421 #define __HAL_RTC_WAKEUPTIMER_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= (RTC_CR_WUTE))
bogdanm 86:04dd9b1680ae 422
bogdanm 86:04dd9b1680ae 423 /**
bogdanm 86:04dd9b1680ae 424 * @brief Enable the RTC TimeStamp peripheral.
bogdanm 86:04dd9b1680ae 425 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 426 * @retval None
bogdanm 86:04dd9b1680ae 427 */
bogdanm 86:04dd9b1680ae 428 #define __HAL_RTC_TIMESTAMP_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= (RTC_CR_TSE))
bogdanm 86:04dd9b1680ae 429
bogdanm 86:04dd9b1680ae 430 /**
bogdanm 86:04dd9b1680ae 431 * @brief Disable the RTC WakeUp Timer peripheral.
bogdanm 86:04dd9b1680ae 432 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 433 * @retval None
bogdanm 86:04dd9b1680ae 434 */
bogdanm 86:04dd9b1680ae 435 #define __HAL_RTC_WAKEUPTIMER_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~(RTC_CR_WUTE))
bogdanm 86:04dd9b1680ae 436
bogdanm 86:04dd9b1680ae 437 /**
bogdanm 86:04dd9b1680ae 438 * @brief Disable the RTC TimeStamp peripheral.
bogdanm 86:04dd9b1680ae 439 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 440 * @retval None
bogdanm 86:04dd9b1680ae 441 */
bogdanm 86:04dd9b1680ae 442 #define __HAL_RTC_TIMESTAMP_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~(RTC_CR_TSE))
bogdanm 86:04dd9b1680ae 443
bogdanm 86:04dd9b1680ae 444 /**
bogdanm 86:04dd9b1680ae 445 * @brief Enable the Coarse calibration process.
bogdanm 86:04dd9b1680ae 446 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 447 * @retval None
bogdanm 86:04dd9b1680ae 448 */
bogdanm 86:04dd9b1680ae 449 #define __HAL_RTC_COARSE_CALIB_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= (RTC_CR_DCE))
bogdanm 86:04dd9b1680ae 450
bogdanm 86:04dd9b1680ae 451 /**
bogdanm 86:04dd9b1680ae 452 * @brief Disable the Coarse calibration process.
bogdanm 86:04dd9b1680ae 453 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 454 * @retval None
bogdanm 86:04dd9b1680ae 455 */
bogdanm 86:04dd9b1680ae 456 #define __HAL_RTC_COARSE_CALIB_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~(RTC_CR_DCE))
bogdanm 86:04dd9b1680ae 457
bogdanm 86:04dd9b1680ae 458 /**
bogdanm 86:04dd9b1680ae 459 * @brief Enable the RTC calibration output.
bogdanm 86:04dd9b1680ae 460 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 461 * @retval None
bogdanm 86:04dd9b1680ae 462 */
bogdanm 86:04dd9b1680ae 463 #define __HAL_RTC_CALIBRATION_OUTPUT_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= (RTC_CR_COE))
bogdanm 86:04dd9b1680ae 464
bogdanm 86:04dd9b1680ae 465 /**
bogdanm 86:04dd9b1680ae 466 * @brief Disable the calibration output.
bogdanm 86:04dd9b1680ae 467 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 468 * @retval None
bogdanm 86:04dd9b1680ae 469 */
bogdanm 86:04dd9b1680ae 470 #define __HAL_RTC_CALIBRATION_OUTPUT_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~(RTC_CR_COE))
bogdanm 86:04dd9b1680ae 471
bogdanm 86:04dd9b1680ae 472 /**
bogdanm 86:04dd9b1680ae 473 * @brief Enable the clock reference detection.
bogdanm 86:04dd9b1680ae 474 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 475 * @retval None
bogdanm 86:04dd9b1680ae 476 */
bogdanm 86:04dd9b1680ae 477 #define __HAL_RTC_CLOCKREF_DETECTION_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= (RTC_CR_REFCKON))
bogdanm 86:04dd9b1680ae 478
bogdanm 86:04dd9b1680ae 479 /**
bogdanm 86:04dd9b1680ae 480 * @brief Disable the clock reference detection.
bogdanm 86:04dd9b1680ae 481 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 482 * @retval None
bogdanm 86:04dd9b1680ae 483 */
bogdanm 86:04dd9b1680ae 484 #define __HAL_RTC_CLOCKREF_DETECTION_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~(RTC_CR_REFCKON))
bogdanm 86:04dd9b1680ae 485
bogdanm 86:04dd9b1680ae 486 /**
bogdanm 86:04dd9b1680ae 487 * @brief Enable the RTC TimeStamp interrupt.
bogdanm 86:04dd9b1680ae 488 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 489 * @param __INTERRUPT__: specifies the RTC TimeStamp interrupt sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 490 * This parameter can be:
bogdanm 86:04dd9b1680ae 491 * @arg RTC_IT_TS: TimeStamp interrupt
bogdanm 86:04dd9b1680ae 492 * @retval None
bogdanm 86:04dd9b1680ae 493 */
bogdanm 86:04dd9b1680ae 494 #define __HAL_RTC_TIMESTAMP_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->CR |= (__INTERRUPT__))
bogdanm 86:04dd9b1680ae 495
bogdanm 86:04dd9b1680ae 496 /**
bogdanm 86:04dd9b1680ae 497 * @brief Enable the RTC WakeUpTimer interrupt.
bogdanm 86:04dd9b1680ae 498 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 499 * @param __INTERRUPT__: specifies the RTC WakeUpTimer interrupt sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 500 * This parameter can be:
bogdanm 86:04dd9b1680ae 501 * @arg RTC_IT_WUT: WakeUpTimer A interrupt
bogdanm 86:04dd9b1680ae 502 * @retval None
bogdanm 86:04dd9b1680ae 503 */
bogdanm 86:04dd9b1680ae 504 #define __HAL_RTC_WAKEUPTIMER_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->CR |= (__INTERRUPT__))
bogdanm 86:04dd9b1680ae 505
bogdanm 86:04dd9b1680ae 506 /**
bogdanm 86:04dd9b1680ae 507 * @brief Disable the RTC TimeStamp interrupt.
bogdanm 86:04dd9b1680ae 508 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 509 * @param __INTERRUPT__: specifies the RTC TimeStamp interrupt sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 510 * This parameter can be:
bogdanm 86:04dd9b1680ae 511 * @arg RTC_IT_TS: TimeStamp interrupt
bogdanm 86:04dd9b1680ae 512 * @retval None
bogdanm 86:04dd9b1680ae 513 */
bogdanm 86:04dd9b1680ae 514 #define __HAL_RTC_TIMESTAMP_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->CR &= ~(__INTERRUPT__))
bogdanm 86:04dd9b1680ae 515
bogdanm 86:04dd9b1680ae 516 /**
bogdanm 86:04dd9b1680ae 517 * @brief Disable the RTC WakeUpTimer interrupt.
bogdanm 86:04dd9b1680ae 518 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 519 * @param __INTERRUPT__: specifies the RTC WakeUpTimer interrupt sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 520 * This parameter can be:
bogdanm 86:04dd9b1680ae 521 * @arg RTC_IT_WUT: WakeUpTimer A interrupt
bogdanm 86:04dd9b1680ae 522 * @retval None
bogdanm 86:04dd9b1680ae 523 */
bogdanm 86:04dd9b1680ae 524 #define __HAL_RTC_WAKEUPTIMER_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->CR &= ~(__INTERRUPT__))
bogdanm 86:04dd9b1680ae 525
bogdanm 86:04dd9b1680ae 526 /**
bogdanm 86:04dd9b1680ae 527 * @brief Check whether the specified RTC Tamper interrupt has occurred or not.
bogdanm 86:04dd9b1680ae 528 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 529 * @param __FLAG__: specifies the RTC Tamper interrupt sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 530 * This parameter can be:
bogdanm 86:04dd9b1680ae 531 * @arg RTC_IT_TAMP1
bogdanm 86:04dd9b1680ae 532 * @retval None
bogdanm 86:04dd9b1680ae 533 */
bogdanm 86:04dd9b1680ae 534 #define __HAL_RTC_TAMPER_GET_IT(__HANDLE__, __FLAG__) (((((__HANDLE__)->Instance->ISR) & ((__FLAG__)>> 4)) != RESET)? SET : RESET)
bogdanm 86:04dd9b1680ae 535
bogdanm 86:04dd9b1680ae 536 /**
bogdanm 86:04dd9b1680ae 537 * @brief Check whether the specified RTC WakeUpTimer interrupt has occurred or not.
bogdanm 86:04dd9b1680ae 538 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 539 * @param __FLAG__: specifies the RTC WakeUpTimer interrupt sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 540 * This parameter can be:
bogdanm 86:04dd9b1680ae 541 * @arg RTC_IT_WUT: WakeUpTimer A interrupt
bogdanm 86:04dd9b1680ae 542 * @retval None
bogdanm 86:04dd9b1680ae 543 */
bogdanm 86:04dd9b1680ae 544 #define __HAL_RTC_WAKEUPTIMER_GET_IT(__HANDLE__, __FLAG__) (((((__HANDLE__)->Instance->ISR) & ((__FLAG__)>> 4)) != RESET)? SET : RESET)
bogdanm 86:04dd9b1680ae 545
bogdanm 86:04dd9b1680ae 546 /**
bogdanm 86:04dd9b1680ae 547 * @brief Check whether the specified RTC TimeStamp interrupt has occurred or not.
bogdanm 86:04dd9b1680ae 548 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 549 * @param __FLAG__: specifies the RTC TimeStamp interrupt sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 550 * This parameter can be:
bogdanm 86:04dd9b1680ae 551 * @arg RTC_IT_TS: TimeStamp interrupt
bogdanm 86:04dd9b1680ae 552 * @retval None
bogdanm 86:04dd9b1680ae 553 */
bogdanm 86:04dd9b1680ae 554 #define __HAL_RTC_TIMESTAMP_GET_IT(__HANDLE__, __FLAG__) (((((__HANDLE__)->Instance->ISR) & ((__FLAG__)>> 4)) != RESET)? SET : RESET)
bogdanm 86:04dd9b1680ae 555
bogdanm 86:04dd9b1680ae 556 /**
bogdanm 86:04dd9b1680ae 557 * @brief Get the selected RTC TimeStamp's flag status.
bogdanm 86:04dd9b1680ae 558 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 559 * @param __FLAG__: specifies the RTC TimeStamp Flag sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 560 * This parameter can be:
bogdanm 86:04dd9b1680ae 561 * @arg RTC_FLAG_TSF
bogdanm 86:04dd9b1680ae 562 * @arg RTC_FLAG_TSOVF
bogdanm 86:04dd9b1680ae 563 * @retval None
bogdanm 86:04dd9b1680ae 564 */
bogdanm 86:04dd9b1680ae 565 #define __HAL_RTC_TIMESTAMP_GET_FLAG(__HANDLE__, __FLAG__) (((((__HANDLE__)->Instance->ISR) & (__FLAG__)) != RESET)? SET : RESET)
bogdanm 86:04dd9b1680ae 566
bogdanm 86:04dd9b1680ae 567 /**
bogdanm 86:04dd9b1680ae 568 * @brief Get the selected RTC WakeUpTimer's flag status.
bogdanm 86:04dd9b1680ae 569 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 570 * @param __FLAG__: specifies the RTC WakeUpTimer Flag sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 571 * This parameter can be:
bogdanm 86:04dd9b1680ae 572 * @arg RTC_FLAG_WUTF
bogdanm 86:04dd9b1680ae 573 * @arg RTC_FLAG_WUTWF
bogdanm 86:04dd9b1680ae 574 * @retval None
bogdanm 86:04dd9b1680ae 575 */
bogdanm 86:04dd9b1680ae 576 #define __HAL_RTC_WAKEUPTIMER_GET_FLAG(__HANDLE__, __FLAG__) (((((__HANDLE__)->Instance->ISR) & (__FLAG__)) != RESET)? SET : RESET)
bogdanm 86:04dd9b1680ae 577
bogdanm 86:04dd9b1680ae 578 /**
bogdanm 86:04dd9b1680ae 579 * @brief Get the selected RTC Tamper's flag status.
bogdanm 86:04dd9b1680ae 580 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 581 * @param __FLAG__: specifies the RTC Tamper Flag sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 582 * This parameter can be:
bogdanm 86:04dd9b1680ae 583 * @arg RTC_FLAG_TAMP1F
bogdanm 86:04dd9b1680ae 584 * @retval None
bogdanm 86:04dd9b1680ae 585 */
bogdanm 86:04dd9b1680ae 586 #define __HAL_RTC_TAMPER_GET_FLAG(__HANDLE__, __FLAG__) (((((__HANDLE__)->Instance->ISR) & (__FLAG__)) != RESET)? SET : RESET)
bogdanm 86:04dd9b1680ae 587
bogdanm 86:04dd9b1680ae 588 /**
bogdanm 86:04dd9b1680ae 589 * @brief Get the selected RTC shift operation's flag status.
bogdanm 86:04dd9b1680ae 590 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 591 * @param __FLAG__: specifies the RTC shift operation Flag is pending or not.
bogdanm 86:04dd9b1680ae 592 * This parameter can be:
bogdanm 86:04dd9b1680ae 593 * @arg RTC_FLAG_SHPF
bogdanm 86:04dd9b1680ae 594 * @retval None
bogdanm 86:04dd9b1680ae 595 */
bogdanm 86:04dd9b1680ae 596 #define __HAL_RTC_SHIFT_GET_FLAG(__HANDLE__, __FLAG__) (((((__HANDLE__)->Instance->ISR) & (__FLAG__)) != RESET)? SET : RESET)
bogdanm 86:04dd9b1680ae 597
bogdanm 86:04dd9b1680ae 598 /**
bogdanm 86:04dd9b1680ae 599 * @brief Clear the RTC Time Stamp's pending flags.
bogdanm 86:04dd9b1680ae 600 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 601 * @param __FLAG__: specifies the RTC Alarm Flag sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 602 * This parameter can be:
bogdanm 86:04dd9b1680ae 603 * @arg RTC_FLAG_TSF
bogdanm 86:04dd9b1680ae 604 * @retval None
bogdanm 86:04dd9b1680ae 605 */
bogdanm 86:04dd9b1680ae 606 #define __HAL_RTC_TIMESTAMP_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->ISR) = (~(((__FLAG__) | RTC_ISR_INIT)& 0x0000FFFF)|((__HANDLE__)->Instance->ISR & RTC_ISR_INIT))
bogdanm 86:04dd9b1680ae 607
bogdanm 86:04dd9b1680ae 608 /**
bogdanm 86:04dd9b1680ae 609 * @brief Clear the RTC Tamper's pending flags.
bogdanm 86:04dd9b1680ae 610 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 611 * @param __FLAG__: specifies the RTC Tamper Flag sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 612 * This parameter can be:
bogdanm 86:04dd9b1680ae 613 * @arg RTC_FLAG_TAMP1F
bogdanm 86:04dd9b1680ae 614 * @retval None
bogdanm 86:04dd9b1680ae 615 */
bogdanm 86:04dd9b1680ae 616 #define __HAL_RTC_TAMPER_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->ISR) = (~(((__FLAG__) | RTC_ISR_INIT)& 0x0000FFFF)|((__HANDLE__)->Instance->ISR & RTC_ISR_INIT))
bogdanm 86:04dd9b1680ae 617
bogdanm 86:04dd9b1680ae 618 /**
bogdanm 86:04dd9b1680ae 619 * @brief Clear the RTC Wake Up timer's pending flags.
bogdanm 86:04dd9b1680ae 620 * @param __HANDLE__: specifies the RTC handle.
bogdanm 86:04dd9b1680ae 621 * @param __FLAG__: specifies the RTC Tamper Flag sources to be enabled or disabled.
bogdanm 86:04dd9b1680ae 622 * This parameter can be:
bogdanm 86:04dd9b1680ae 623 * @arg RTC_FLAG_WUTF
bogdanm 86:04dd9b1680ae 624 * @retval None
bogdanm 86:04dd9b1680ae 625 */
bogdanm 86:04dd9b1680ae 626 #define __HAL_RTC_WAKEUPTIMER_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->ISR) = (~(((__FLAG__) | RTC_ISR_INIT)& 0x0000FFFF)|((__HANDLE__)->Instance->ISR & RTC_ISR_INIT))
bogdanm 86:04dd9b1680ae 627
bogdanm 86:04dd9b1680ae 628 /* Exported functions --------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 629
bogdanm 86:04dd9b1680ae 630 /* RTC TimeStamp and Tamper functions *****************************************/
bogdanm 86:04dd9b1680ae 631 HAL_StatusTypeDef HAL_RTCEx_SetTimeStamp(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin);
bogdanm 86:04dd9b1680ae 632 HAL_StatusTypeDef HAL_RTCEx_SetTimeStamp_IT(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin);
bogdanm 86:04dd9b1680ae 633 HAL_StatusTypeDef HAL_RTCEx_DeactivateTimeStamp(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 634 HAL_StatusTypeDef HAL_RTCEx_GetTimeStamp(RTC_HandleTypeDef *hrtc, RTC_TimeTypeDef *sTimeStamp, RTC_DateTypeDef *sTimeStampDate, uint32_t Format);
bogdanm 86:04dd9b1680ae 635
bogdanm 86:04dd9b1680ae 636 HAL_StatusTypeDef HAL_RTCEx_SetTamper(RTC_HandleTypeDef *hrtc, RTC_TamperTypeDef* sTamper);
bogdanm 86:04dd9b1680ae 637 HAL_StatusTypeDef HAL_RTCEx_SetTamper_IT(RTC_HandleTypeDef *hrtc, RTC_TamperTypeDef* sTamper);
bogdanm 86:04dd9b1680ae 638 HAL_StatusTypeDef HAL_RTCEx_DeactivateTamper(RTC_HandleTypeDef *hrtc, uint32_t Tamper);
bogdanm 86:04dd9b1680ae 639 void HAL_RTCEx_TamperTimeStampIRQHandler(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 640
bogdanm 86:04dd9b1680ae 641 void HAL_RTCEx_Tamper1EventCallback(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 642 void HAL_RTCEx_Tamper2EventCallback(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 643 void HAL_RTCEx_TimeStampEventCallback(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 644 HAL_StatusTypeDef HAL_RTCEx_PollForTimeStampEvent(RTC_HandleTypeDef *hrtc, uint32_t Timeout);
bogdanm 86:04dd9b1680ae 645 HAL_StatusTypeDef HAL_RTCEx_PollForTamper1Event(RTC_HandleTypeDef *hrtc, uint32_t Timeout);
bogdanm 86:04dd9b1680ae 646 HAL_StatusTypeDef HAL_RTCEx_PollForTamper2Event(RTC_HandleTypeDef *hrtc, uint32_t Timeout);
bogdanm 86:04dd9b1680ae 647
bogdanm 86:04dd9b1680ae 648 /* RTC Wake-up functions ******************************************************/
bogdanm 86:04dd9b1680ae 649 HAL_StatusTypeDef HAL_RTCEx_SetWakeUpTimer(RTC_HandleTypeDef *hrtc, uint32_t WakeUpCounter, uint32_t WakeUpClock);
bogdanm 86:04dd9b1680ae 650 HAL_StatusTypeDef HAL_RTCEx_SetWakeUpTimer_IT(RTC_HandleTypeDef *hrtc, uint32_t WakeUpCounter, uint32_t WakeUpClock);
bogdanm 86:04dd9b1680ae 651 uint32_t HAL_RTCEx_DeactivateWakeUpTimer(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 652 uint32_t HAL_RTCEx_GetWakeUpTimer(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 653 void HAL_RTCEx_WakeUpTimerIRQHandler(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 654 void HAL_RTCEx_WakeUpTimerEventCallback(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 655 HAL_StatusTypeDef HAL_RTCEx_PollForWakeUpTimerEvent(RTC_HandleTypeDef *hrtc, uint32_t Timeout);
bogdanm 86:04dd9b1680ae 656
bogdanm 86:04dd9b1680ae 657 /* Extension Control functions ************************************************/
bogdanm 86:04dd9b1680ae 658 void HAL_RTCEx_BKUPWrite(RTC_HandleTypeDef *hrtc, uint32_t BackupRegister, uint32_t Data);
bogdanm 86:04dd9b1680ae 659 uint32_t HAL_RTCEx_BKUPRead(RTC_HandleTypeDef *hrtc, uint32_t BackupRegister);
bogdanm 86:04dd9b1680ae 660
bogdanm 86:04dd9b1680ae 661 HAL_StatusTypeDef HAL_RTCEx_SetCoarseCalib(RTC_HandleTypeDef *hrtc, uint32_t CalibSign, uint32_t Value);
bogdanm 86:04dd9b1680ae 662 HAL_StatusTypeDef HAL_RTCEx_DeactivateCoarseCalib(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 663 HAL_StatusTypeDef HAL_RTCEx_SetSmoothCalib(RTC_HandleTypeDef *hrtc, uint32_t SmoothCalibPeriod, uint32_t SmoothCalibPlusPulses, uint32_t SmouthCalibMinusPulsesValue);
bogdanm 86:04dd9b1680ae 664 HAL_StatusTypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
bogdanm 86:04dd9b1680ae 665 HAL_StatusTypeDef HAL_RTCEx_SetCalibrationOutPut(RTC_HandleTypeDef *hrtc, uint32_t CalibOutput);
bogdanm 86:04dd9b1680ae 666 HAL_StatusTypeDef HAL_RTCEx_DeactivateCalibrationOutPut(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 667 HAL_StatusTypeDef HAL_RTCEx_SetRefClock(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 668 HAL_StatusTypeDef HAL_RTCEx_DeactivateRefClock(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 669 HAL_StatusTypeDef HAL_RTCEx_EnableBypassShadow(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 670 HAL_StatusTypeDef HAL_RTCEx_DisableBypassShadow(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 671
bogdanm 86:04dd9b1680ae 672 /* Extension RTC features functions *******************************************/
bogdanm 86:04dd9b1680ae 673 void HAL_RTCEx_AlarmBEventCallback(RTC_HandleTypeDef *hrtc);
bogdanm 86:04dd9b1680ae 674 HAL_StatusTypeDef HAL_RTCEx_PollForAlarmBEvent(RTC_HandleTypeDef *hrtc, uint32_t Timeout);
bogdanm 86:04dd9b1680ae 675
bogdanm 86:04dd9b1680ae 676
bogdanm 86:04dd9b1680ae 677 /**
bogdanm 86:04dd9b1680ae 678 * @}
bogdanm 86:04dd9b1680ae 679 */
bogdanm 86:04dd9b1680ae 680
bogdanm 86:04dd9b1680ae 681 /**
bogdanm 86:04dd9b1680ae 682 * @}
bogdanm 86:04dd9b1680ae 683 */
bogdanm 86:04dd9b1680ae 684
bogdanm 86:04dd9b1680ae 685 #ifdef __cplusplus
bogdanm 86:04dd9b1680ae 686 }
bogdanm 86:04dd9b1680ae 687 #endif
bogdanm 86:04dd9b1680ae 688
bogdanm 86:04dd9b1680ae 689 #endif /* __STM32F4xx_HAL_RTC_EX_H */
bogdanm 86:04dd9b1680ae 690
bogdanm 86:04dd9b1680ae 691 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/