|
STM32H735xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_RTC_TS_EnableOnTamper (RTC_TypeDef *RTCx) |
| Activate timestamp on tamper detection event. | |
| __STATIC_INLINE void | LL_RTC_TS_DisableOnTamper (RTC_TypeDef *RTCx) |
| Disable timestamp on tamper detection event. | |
| __STATIC_INLINE void LL_RTC_TS_DisableOnTamper | ( | RTC_TypeDef * | RTCx | ) |
Disable timestamp on tamper detection event.
| RTCx | RTC Instance |
| None |
Definition at line 2969 of file stm32h7xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TS_EnableOnTamper | ( | RTC_TypeDef * | RTCx | ) |
Activate timestamp on tamper detection event.
| RTCx | RTC Instance |
| None |
Definition at line 2958 of file stm32h7xx_ll_rtc.h.
1.7.6.1