Home
last modified time | relevance | path

Searched refs:TAMPx (Results 1 – 1 of 1) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rtc.h3204 __STATIC_INLINE void LL_RTC_TAMPER_Enable(TAMP_TypeDef *TAMPx, uint32_t Tamper) in LL_RTC_TAMPER_Enable() argument
3206 SET_BIT(TAMPx->CR1, Tamper); in LL_RTC_TAMPER_Enable()
3220 __STATIC_INLINE void LL_RTC_TAMPER_Disable(TAMP_TypeDef *TAMPx, uint32_t Tamper) in LL_RTC_TAMPER_Disable() argument
3222 CLEAR_BIT(TAMPx->CR1, Tamper); in LL_RTC_TAMPER_Disable()
3237 __STATIC_INLINE void LL_RTC_TAMPER_EnableMask(TAMP_TypeDef *TAMPx, uint32_t Mask) in LL_RTC_TAMPER_EnableMask() argument
3239 SET_BIT(TAMPx->CR2, Mask); in LL_RTC_TAMPER_EnableMask()
3253 __STATIC_INLINE void LL_RTC_TAMPER_DisableMask(TAMP_TypeDef *TAMPx, uint32_t Mask) in LL_RTC_TAMPER_DisableMask() argument
3255 CLEAR_BIT(TAMPx->CR2, Mask); in LL_RTC_TAMPER_DisableMask()
3269 __STATIC_INLINE void LL_RTC_TAMPER_EnableEraseBKP(TAMP_TypeDef *TAMPx, uint32_t Tamper) in LL_RTC_TAMPER_EnableEraseBKP() argument
3271 CLEAR_BIT(TAMPx->CR2, Tamper); in LL_RTC_TAMPER_EnableEraseBKP()
[all …]