STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | __HAL_RTC_TIMESTAMP_ENABLE(__HANDLE__) |
Enable the RTC Timestamp peripheral. | |
#define | __HAL_RTC_TIMESTAMP_DISABLE(__HANDLE__) |
Disable the RTC Timestamp peripheral. | |
#define | __HAL_RTC_TIMESTAMP_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
Enable the RTC Timestamp interrupt. | |
#define | __HAL_RTC_TIMESTAMP_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
Disable the RTC Timestamp interrupt. | |
#define | __HAL_RTC_TIMESTAMP_GET_IT(__HANDLE__, __INTERRUPT__) |
Check whether the specified RTC Timestamp interrupt has occurred or not. | |
#define | __HAL_RTC_TIMESTAMP_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
Check whether the specified RTC Timestamp interrupt has been enabled or not. | |
#define | __HAL_RTC_TIMESTAMP_GET_FLAG(__HANDLE__, __FLAG__) |
Get the selected RTC Timestamp's flag status. | |
#define | __HAL_RTC_TIMESTAMP_CLEAR_FLAG(__HANDLE__, __FLAG__) |
Clear the RTC Timestamp's pending flags. | |
#define __HAL_RTC_TIMESTAMP_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_rtc_ex.h>
Enable the RTC Timestamp peripheral.
__HANDLE__ | specifies the RTC handle. |
None |
Definition at line 507 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTimeStamp(), and HAL_RTCEx_SetTimeStamp_IT().
#define __HAL_RTC_TIMESTAMP_DISABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_rtc_ex.h>
Disable the RTC Timestamp peripheral.
__HANDLE__ | specifies the RTC handle. |
None |
Definition at line 514 of file stm32f4xx_hal_rtc_ex.h.
#define __HAL_RTC_TIMESTAMP_ENABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_rtc_ex.h>
Enable the RTC Timestamp interrupt.
__HANDLE__ | specifies the RTC handle. |
__INTERRUPT__ | specifies the RTC Timestamp interrupt sources to be enabled or disabled. This parameter can be:
|
None |
Definition at line 524 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTimeStamp_IT().
#define __HAL_RTC_TIMESTAMP_DISABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_rtc_ex.h>
Disable the RTC Timestamp interrupt.
__HANDLE__ | specifies the RTC handle. |
__INTERRUPT__ | specifies the RTC Timestamp interrupt sources to be enabled or disabled. This parameter can be:
|
None |
Definition at line 534 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_DeactivateTimeStamp().
#define __HAL_RTC_TIMESTAMP_GET_IT | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_rtc_ex.h>
Check whether the specified RTC Timestamp interrupt has occurred or not.
__HANDLE__ | specifies the RTC handle. |
__INTERRUPT__ | specifies the RTC Timestamp interrupt to check. This parameter can be:
|
None |
Definition at line 544 of file stm32f4xx_hal_rtc_ex.h.
#define __HAL_RTC_TIMESTAMP_GET_IT_SOURCE | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_rtc_ex.h>
Check whether the specified RTC Timestamp interrupt has been enabled or not.
__HANDLE__ | specifies the RTC handle. |
__INTERRUPT__ | specifies the RTC Timestamp interrupt source to check. This parameter can be:
|
None |
Definition at line 554 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_TamperTimeStampIRQHandler().
#define __HAL_RTC_TIMESTAMP_GET_FLAG | ( | __HANDLE__, | |
__FLAG__ ) |
#include <stm32f4xx_hal_rtc_ex.h>
Get the selected RTC Timestamp's flag status.
__HANDLE__ | specifies the RTC handle. |
__FLAG__ | specifies the RTC Timestamp flag to check. This parameter can be:
|
None |
Definition at line 565 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_PollForTimeStampEvent(), and HAL_RTCEx_TamperTimeStampIRQHandler().
#define __HAL_RTC_TIMESTAMP_CLEAR_FLAG | ( | __HANDLE__, | |
__FLAG__ ) |
#include <stm32f4xx_hal_rtc_ex.h>
Clear the RTC Timestamp's pending flags.
__HANDLE__ | specifies the RTC handle. |
__FLAG__ | specifies the RTC Timestamp flag to clear. This parameter can be:
|
None |
Definition at line 576 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_GetTimeStamp(), HAL_RTCEx_PollForTimeStampEvent(), HAL_RTCEx_SetTimeStamp(), HAL_RTCEx_SetTimeStamp_IT(), and HAL_RTCEx_TamperTimeStampIRQHandler().