|
STM32F103xB HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_RTC_TAMPER_Enable (BKP_TypeDef *BKPx) |
| Enable RTC_TAMPx input detection. | |
| __STATIC_INLINE void | LL_RTC_TAMPER_Disable (BKP_TypeDef *BKPx) |
| Disable RTC_TAMPx Tamper. | |
| __STATIC_INLINE void | LL_RTC_TAMPER_SetActiveLevel (BKP_TypeDef *BKPx, uint32_t Tamper) |
| Enable Active level for Tamper input. | |
| __STATIC_INLINE uint32_t | LL_RTC_TAMPER_GetActiveLevel (BKP_TypeDef *BKPx) |
| Disable Active level for Tamper input. | |
| __STATIC_INLINE void LL_RTC_TAMPER_Disable | ( | BKP_TypeDef * | BKPx | ) |
Disable RTC_TAMPx Tamper.
| None |
Definition at line 464 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_Init().
| __STATIC_INLINE void LL_RTC_TAMPER_Enable | ( | BKP_TypeDef * | BKPx | ) |
Enable RTC_TAMPx input detection.
| None |
Definition at line 454 of file stm32f1xx_ll_rtc.h.
| __STATIC_INLINE uint32_t LL_RTC_TAMPER_GetActiveLevel | ( | BKP_TypeDef * | BKPx | ) |
Disable Active level for Tamper input.
| None |
Definition at line 488 of file stm32f1xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_SetActiveLevel | ( | BKP_TypeDef * | BKPx, |
| uint32_t | Tamper | ||
| ) |
Enable Active level for Tamper input.
| BKPx | BKP Instance |
| Tamper | This parameter can be a combination of the following values: |
| None |
Definition at line 478 of file stm32f1xx_ll_rtc.h.
1.7.6.1