Lines Matching refs:TAFCR
819 MODIFY_REG(RTCx->TAFCR, RTC_TAFCR_ALARMOUTTYPE, Output); in LL_RTC_SetAlarmOutputType()
833 return (uint32_t)(READ_BIT(RTCx->TAFCR, RTC_TAFCR_ALARMOUTTYPE)); in LL_RTC_GetAlarmOutputType()
2525 SET_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPTS); in LL_RTC_TS_EnableOnTamper()
2536 CLEAR_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPTS); in LL_RTC_TS_DisableOnTamper()
2564 SET_BIT(RTCx->TAFCR, Tamper); in LL_RTC_TAMPER_Enable()
2583 CLEAR_BIT(RTCx->TAFCR, Tamper); in LL_RTC_TAMPER_Disable()
2595 SET_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPPUDIS); in LL_RTC_TAMPER_DisablePullUp()
2606 CLEAR_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPPUDIS); in LL_RTC_TAMPER_EnablePullUp()
2622 MODIFY_REG(RTCx->TAFCR, RTC_TAFCR_TAMPPRCH, Duration); in LL_RTC_TAMPER_SetPrecharge()
2637 return (uint32_t)(READ_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPPRCH)); in LL_RTC_TAMPER_GetPrecharge()
2653 MODIFY_REG(RTCx->TAFCR, RTC_TAFCR_TAMPFLT, FilterCount); in LL_RTC_TAMPER_SetFilterCount()
2668 return (uint32_t)(READ_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPFLT)); in LL_RTC_TAMPER_GetFilterCount()
2688 MODIFY_REG(RTCx->TAFCR, RTC_TAFCR_TAMPFREQ, SamplingFreq); in LL_RTC_TAMPER_SetSamplingFreq()
2707 return (uint32_t)(READ_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPFREQ)); in LL_RTC_TAMPER_GetSamplingFreq()
2727 SET_BIT(RTCx->TAFCR, Tamper); in LL_RTC_TAMPER_EnableActiveLevel()
2746 CLEAR_BIT(RTCx->TAFCR, Tamper); in LL_RTC_TAMPER_DisableActiveLevel()
3582 SET_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_EnableIT_TAMP()
3593 CLEAR_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_DisableIT_TAMP()
3648 return ((READ_BIT(RTCx->TAFCR, in LL_RTC_IsEnabledIT_TAMP()