STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RTC_TAMPER_Enable (RTC_TypeDef *RTCx, uint32_t Tamper) |
Enable RTC_TAMPx input detection. | |
__STATIC_INLINE void | LL_RTC_TAMPER_Disable (RTC_TypeDef *RTCx, uint32_t Tamper) |
Clear RTC_TAMPx input detection. | |
__STATIC_INLINE void | LL_RTC_TAMPER_DisablePullUp (RTC_TypeDef *RTCx) |
Disable RTC_TAMPx pull-up disable (Disable precharge of RTC_TAMPx pins) | |
__STATIC_INLINE void | LL_RTC_TAMPER_EnablePullUp (RTC_TypeDef *RTCx) |
Enable RTC_TAMPx pull-up disable ( Precharge RTC_TAMPx pins before sampling) | |
__STATIC_INLINE void | LL_RTC_TAMPER_SetPrecharge (RTC_TypeDef *RTCx, uint32_t Duration) |
Set RTC_TAMPx precharge duration. | |
__STATIC_INLINE uint32_t | LL_RTC_TAMPER_GetPrecharge (RTC_TypeDef *RTCx) |
Get RTC_TAMPx precharge duration. | |
__STATIC_INLINE void | LL_RTC_TAMPER_SetFilterCount (RTC_TypeDef *RTCx, uint32_t FilterCount) |
Set RTC_TAMPx filter count. | |
__STATIC_INLINE uint32_t | LL_RTC_TAMPER_GetFilterCount (RTC_TypeDef *RTCx) |
Get RTC_TAMPx filter count. | |
__STATIC_INLINE void | LL_RTC_TAMPER_SetSamplingFreq (RTC_TypeDef *RTCx, uint32_t SamplingFreq) |
Set Tamper sampling frequency. | |
__STATIC_INLINE uint32_t | LL_RTC_TAMPER_GetSamplingFreq (RTC_TypeDef *RTCx) |
Get Tamper sampling frequency. | |
__STATIC_INLINE void | LL_RTC_TAMPER_EnableActiveLevel (RTC_TypeDef *RTCx, uint32_t Tamper) |
Enable Active level for Tamper input. | |
__STATIC_INLINE void | LL_RTC_TAMPER_DisableActiveLevel (RTC_TypeDef *RTCx, uint32_t Tamper) |
Disable Active level for Tamper input. | |
__STATIC_INLINE void | LL_RTC_TAMPER_SetPin (RTC_TypeDef *RTCx, uint32_t TamperPin) |
Set Tamper Pin. | |
__STATIC_INLINE uint32_t | LL_RTC_TAMPER_GetPin (RTC_TypeDef *RTCx) |
Get Tamper Pin. |
__STATIC_INLINE void LL_RTC_TAMPER_Disable | ( | RTC_TypeDef * | RTCx, |
uint32_t | Tamper | ||
) |
Clear RTC_TAMPx input detection.
RTCx | RTC Instance |
Tamper | This parameter can be a combination of the following values: (*) value not defined in all devices. |
None |
Definition at line 2707 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_TAMPER_DisableActiveLevel | ( | RTC_TypeDef * | RTCx, |
uint32_t | Tamper | ||
) |
Disable Active level for Tamper input.
RTCx | RTC Instance |
Tamper | This parameter can be a combination of the following values: (*) value not defined in all devices. |
None |
Definition at line 2872 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_TAMPER_DisablePullUp | ( | RTC_TypeDef * | RTCx | ) |
Disable RTC_TAMPx pull-up disable (Disable precharge of RTC_TAMPx pins)
RTCx | RTC Instance |
None |
Definition at line 2719 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_TAMPER_Enable | ( | RTC_TypeDef * | RTCx, |
uint32_t | Tamper | ||
) |
Enable RTC_TAMPx input detection.
RTCx | RTC Instance |
Tamper | This parameter can be a combination of the following values: (*) value not defined in all devices. |
None |
Definition at line 2690 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_TAMPER_EnableActiveLevel | ( | RTC_TypeDef * | RTCx, |
uint32_t | Tamper | ||
) |
Enable Active level for Tamper input.
RTCx | RTC Instance |
Tamper | This parameter can be a combination of the following values: (*) value not defined in all devices. |
None |
Definition at line 2855 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_TAMPER_EnablePullUp | ( | RTC_TypeDef * | RTCx | ) |
Enable RTC_TAMPx pull-up disable ( Precharge RTC_TAMPx pins before sampling)
RTCx | RTC Instance |
None |
Definition at line 2730 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_TAMPER_GetFilterCount | ( | RTC_TypeDef * | RTCx | ) |
Get RTC_TAMPx filter count.
RTCx | RTC Instance |
Returned | value can be one of the following values: |
Definition at line 2796 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_TAMPER_GetPin | ( | RTC_TypeDef * | RTCx | ) |
Get Tamper Pin.
RTCx | RTC Instance |
Returned | value can be one of the following values:
|
None |
Definition at line 2906 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_TAMPER_GetPrecharge | ( | RTC_TypeDef * | RTCx | ) |
Get RTC_TAMPx precharge duration.
RTCx | RTC Instance |
Returned | value can be one of the following values: |
Definition at line 2763 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_TAMPER_GetSamplingFreq | ( | RTC_TypeDef * | RTCx | ) |
Get Tamper sampling frequency.
RTCx | RTC Instance |
Returned | value can be one of the following values: |
Definition at line 2837 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_TAMPER_SetFilterCount | ( | RTC_TypeDef * | RTCx, |
uint32_t | FilterCount | ||
) |
Set RTC_TAMPx filter count.
RTCx | RTC Instance |
FilterCount | This parameter can be one of the following values: |
None |
Definition at line 2781 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_TAMPER_SetPin | ( | RTC_TypeDef * | RTCx, |
uint32_t | TamperPin | ||
) |
Set Tamper Pin.
RTCx | RTC Instance |
TamperPin | specifies the RTC Tamper Pin. This parameter can be one of the following values:
|
None |
Definition at line 2889 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_TAMPER_SetPrecharge | ( | RTC_TypeDef * | RTCx, |
uint32_t | Duration | ||
) |
Set RTC_TAMPx precharge duration.
RTCx | RTC Instance |
Duration | This parameter can be one of the following values: |
None |
Definition at line 2748 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_TAMPER_SetSamplingFreq | ( | RTC_TypeDef * | RTCx, |
uint32_t | SamplingFreq | ||
) |
Set Tamper sampling frequency.
RTCx | RTC Instance |
SamplingFreq | This parameter can be one of the following values: |
None |
Definition at line 2818 of file stm32f4xx_ll_rtc.h.