Dataloger

Committer:
jhon309
Date:
Thu Aug 20 00:37:14 2015 +0000
Revision:
0:666850d06c9f
ok

Who changed what in which revision?

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