Lines Matching refs:TAMPCR
2636 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPTS); in LL_RTC_TS_EnableOnTamper()
2647 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPTS); in LL_RTC_TS_DisableOnTamper()
2676 SET_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_Enable()
2696 CLEAR_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_Disable()
2717 SET_BIT(RTCx->TAMPCR, Mask); in LL_RTC_TAMPER_EnableMask()
2737 CLEAR_BIT(RTCx->TAMPCR, Mask); in LL_RTC_TAMPER_DisableMask()
2757 CLEAR_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_EnableEraseBKP()
2777 SET_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_DisableEraseBKP()
2789 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPPUDIS); in LL_RTC_TAMPER_DisablePullUp()
2800 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPPUDIS); in LL_RTC_TAMPER_EnablePullUp()
2818 MODIFY_REG(RTCx->TAMPCR, RTC_TAMPCR_TAMPPRCH, Duration); in LL_RTC_TAMPER_SetPrecharge()
2833 return (uint32_t)(READ_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPPRCH)); in LL_RTC_TAMPER_GetPrecharge()
2851 MODIFY_REG(RTCx->TAMPCR, RTC_TAMPCR_TAMPFLT, FilterCount); in LL_RTC_TAMPER_SetFilterCount()
2866 return (uint32_t)(READ_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPFLT)); in LL_RTC_TAMPER_GetFilterCount()
2888 MODIFY_REG(RTCx->TAMPCR, RTC_TAMPCR_TAMPFREQ, SamplingFreq); in LL_RTC_TAMPER_SetSamplingFreq()
2907 return (uint32_t)(READ_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPFREQ)); in LL_RTC_TAMPER_GetSamplingFreq()
2926 SET_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_EnableActiveLevel()
2944 CLEAR_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_DisableActiveLevel()
3700 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP3IE); in LL_RTC_EnableIT_TAMP3()
3711 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP3IE); in LL_RTC_DisableIT_TAMP3()
3724 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP2IE); in LL_RTC_EnableIT_TAMP2()
3735 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP2IE); in LL_RTC_DisableIT_TAMP2()
3748 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_EnableIT_TAMP1()
3759 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_DisableIT_TAMP1()
3771 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPIE); in LL_RTC_EnableIT_TAMP()
3782 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPIE); in LL_RTC_DisableIT_TAMP()
3840 return ((READ_BIT(RTCx->TAMPCR, in LL_RTC_IsEnabledIT_TAMP3()
3854 return ((READ_BIT(RTCx->TAMPCR, in LL_RTC_IsEnabledIT_TAMP2()
3869 return ((READ_BIT(RTCx->TAMPCR, in LL_RTC_IsEnabledIT_TAMP1()
3882 return ((READ_BIT(RTCx->TAMPCR, in LL_RTC_IsEnabledIT_TAMP()