Lines Matching refs:TAMPCR

2537   SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPTS);  in LL_RTC_TS_EnableOnTamper()
2548 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPTS); in LL_RTC_TS_DisableOnTamper()
2604 SET_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_Enable()
2622 CLEAR_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_Disable()
2641 SET_BIT(RTCx->TAMPCR, Mask); in LL_RTC_TAMPER_EnableMask()
2659 CLEAR_BIT(RTCx->TAMPCR, Mask); in LL_RTC_TAMPER_DisableMask()
2677 CLEAR_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_EnableEraseBKP()
2695 SET_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_DisableEraseBKP()
2706 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPPUDIS); in LL_RTC_TAMPER_DisablePullUp()
2717 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPPUDIS); in LL_RTC_TAMPER_EnablePullUp()
2733 MODIFY_REG(RTCx->TAMPCR, RTC_TAMPCR_TAMPPRCH, Duration); in LL_RTC_TAMPER_SetPrecharge()
2748 return (uint32_t)(READ_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPPRCH)); in LL_RTC_TAMPER_GetPrecharge()
2764 MODIFY_REG(RTCx->TAMPCR, RTC_TAMPCR_TAMPFLT, FilterCount); in LL_RTC_TAMPER_SetFilterCount()
2779 return (uint32_t)(READ_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPFLT)); in LL_RTC_TAMPER_GetFilterCount()
2799 MODIFY_REG(RTCx->TAMPCR, RTC_TAMPCR_TAMPFREQ, SamplingFreq); in LL_RTC_TAMPER_SetSamplingFreq()
2818 return (uint32_t)(READ_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPFREQ)); in LL_RTC_TAMPER_GetSamplingFreq()
2836 SET_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_EnableActiveLevel()
2854 CLEAR_BIT(RTCx->TAMPCR, Tamper); in LL_RTC_TAMPER_DisableActiveLevel()
3614 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP3IE); in LL_RTC_EnableIT_TAMP3()
3625 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP3IE); in LL_RTC_DisableIT_TAMP3()
3636 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP2IE); in LL_RTC_EnableIT_TAMP2()
3647 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP2IE); in LL_RTC_DisableIT_TAMP2()
3658 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_EnableIT_TAMP1()
3669 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_DisableIT_TAMP1()
3680 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPIE); in LL_RTC_EnableIT_TAMP()
3691 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMPIE); in LL_RTC_DisableIT_TAMP()
3746 return ((READ_BIT(RTCx->TAMPCR, in LL_RTC_IsEnabledIT_TAMP3()
3758 return ((READ_BIT(RTCx->TAMPCR, in LL_RTC_IsEnabledIT_TAMP2()
3771 return ((READ_BIT(RTCx->TAMPCR, in LL_RTC_IsEnabledIT_TAMP1()
3783 return ((READ_BIT(RTCx->TAMPCR, in LL_RTC_IsEnabledIT_TAMP()