|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | __HAL_RTC_COARSE_CALIB_ENABLE(__HANDLE__) |
| Enable the Coarse calibration process. | |
| #define | __HAL_RTC_COARSE_CALIB_DISABLE(__HANDLE__) |
| Disable the Coarse calibration process. | |
| #define | __HAL_RTC_CALIBRATION_OUTPUT_ENABLE(__HANDLE__) |
| Enable the RTC calibration output. | |
| #define | __HAL_RTC_CALIBRATION_OUTPUT_DISABLE(__HANDLE__) |
| Disable the calibration output. | |
| #define | __HAL_RTC_CLOCKREF_DETECTION_ENABLE(__HANDLE__) |
| Enable the clock reference detection. | |
| #define | __HAL_RTC_CLOCKREF_DETECTION_DISABLE(__HANDLE__) |
| Disable the clock reference detection. | |
| #define | __HAL_RTC_SHIFT_GET_FLAG(__HANDLE__, __FLAG__) |
| Get the selected RTC shift operation's flag status. | |
| #define __HAL_RTC_CALIBRATION_OUTPUT_DISABLE | ( | __HANDLE__ | ) |
Disable the calibration output.
| __HANDLE__ | specifies the RTC handle. |
| None |
Definition at line 802 of file stm32f4xx_hal_rtc_ex.h.
| #define __HAL_RTC_CALIBRATION_OUTPUT_ENABLE | ( | __HANDLE__ | ) |
Enable the RTC calibration output.
| __HANDLE__ | specifies the RTC handle. |
| None |
Definition at line 795 of file stm32f4xx_hal_rtc_ex.h.
| #define __HAL_RTC_CLOCKREF_DETECTION_DISABLE | ( | __HANDLE__ | ) |
Disable the clock reference detection.
| __HANDLE__ | specifies the RTC handle. |
| None |
Definition at line 816 of file stm32f4xx_hal_rtc_ex.h.
| #define __HAL_RTC_CLOCKREF_DETECTION_ENABLE | ( | __HANDLE__ | ) |
Enable the clock reference detection.
| __HANDLE__ | specifies the RTC handle. |
| None |
Definition at line 809 of file stm32f4xx_hal_rtc_ex.h.
| #define __HAL_RTC_COARSE_CALIB_DISABLE | ( | __HANDLE__ | ) |
Disable the Coarse calibration process.
| __HANDLE__ | specifies the RTC handle. |
| None |
Definition at line 788 of file stm32f4xx_hal_rtc_ex.h.
| #define __HAL_RTC_COARSE_CALIB_ENABLE | ( | __HANDLE__ | ) |
Enable the Coarse calibration process.
| __HANDLE__ | specifies the RTC handle. |
| None |
Definition at line 781 of file stm32f4xx_hal_rtc_ex.h.
| #define __HAL_RTC_SHIFT_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
Get the selected RTC shift operation's flag status.
| __HANDLE__ | specifies the RTC handle. |
| __FLAG__ | specifies the RTC shift operation Flag is pending or not. This parameter can be:
|
| None |
Definition at line 826 of file stm32f4xx_hal_rtc_ex.h.