I2C_EEPROM

Committer:
jhon309
Date:
Thu Aug 13 00:23:16 2015 +0000
Revision:
0:ac8863619623
I2C

Who changed what in which revision?

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