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