|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | __HAL_RTC_TAMPER1_ENABLE(__HANDLE__) |
| Enable the RTC Tamper1 input detection. | |
| #define | __HAL_RTC_TAMPER1_DISABLE(__HANDLE__) |
| Disable the RTC Tamper1 input detection. | |
| #define | __HAL_RTC_TAMPER_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
| Enable the RTC Tamper interrupt. | |
| #define | __HAL_RTC_TAMPER_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
| Disable the RTC Tamper interrupt. | |
| #define | __HAL_RTC_TAMPER_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
| Check whether the specified RTC Tamper interrupt has been enabled or not. | |
| #define | __HAL_RTC_TAMPER_GET_FLAG(__HANDLE__, __FLAG__) |
| Get the selected RTC Tamper's flag status. | |
| #define | __HAL_RTC_TAMPER_CLEAR_FLAG(__HANDLE__, __FLAG__) |
| Clear the RTC Tamper's pending flags. | |
| #define __HAL_RTC_TAMPER1_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_rtc_ex.h>
Enable the RTC Tamper1 input detection.
| __HANDLE__ | specifies the RTC handle. |
| None |
Definition at line 593 of file stm32f4xx_hal_rtc_ex.h.
| #define __HAL_RTC_TAMPER1_DISABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_rtc_ex.h>
Disable the RTC Tamper1 input detection.
| __HANDLE__ | specifies the RTC handle. |
| None |
Definition at line 600 of file stm32f4xx_hal_rtc_ex.h.
| #define __HAL_RTC_TAMPER_ENABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_rtc_ex.h>
Enable the RTC Tamper interrupt.
| __HANDLE__ | specifies the RTC handle. |
| __INTERRUPT__ | specifies the RTC Tamper interrupt sources to be enabled. This parameter can be any combination of the following values:
|
| None |
Definition at line 626 of file stm32f4xx_hal_rtc_ex.h.
| #define __HAL_RTC_TAMPER_DISABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_rtc_ex.h>
Disable the RTC Tamper interrupt.
| __HANDLE__ | specifies the RTC handle. |
| __INTERRUPT__ | specifies the RTC Tamper interrupt sources to be disabled. This parameter can be any combination of the following values:
|
| None |
Definition at line 636 of file stm32f4xx_hal_rtc_ex.h.
| #define __HAL_RTC_TAMPER_GET_IT_SOURCE | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_rtc_ex.h>
Check whether the specified RTC Tamper interrupt has been enabled or not.
| __HANDLE__ | specifies the RTC handle. |
| __INTERRUPT__ | specifies the RTC Tamper interrupt source to check. This parameter can be:
|
| None |
Definition at line 646 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_TamperTimeStampIRQHandler().
| #define __HAL_RTC_TAMPER_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_rtc_ex.h>
Get the selected RTC Tamper's flag status.
| __HANDLE__ | specifies the RTC handle. |
| __FLAG__ | specifies the RTC Tamper flag to be checked. This parameter can be:
|
| None |
Definition at line 658 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_PollForTamper1Event(), and HAL_RTCEx_TamperTimeStampIRQHandler().
| #define __HAL_RTC_TAMPER_CLEAR_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_rtc_ex.h>
Clear the RTC Tamper's pending flags.
| __HANDLE__ | specifies the RTC handle. |
| __FLAG__ | specifies the RTC Tamper Flag to clear. This parameter can be:
|
| None |
Definition at line 670 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_PollForTamper1Event(), and HAL_RTCEx_TamperTimeStampIRQHandler().