Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_rtc.h311 __STATIC_INLINE void LL_RTC_SetOutputSource(BKP_TypeDef *BKPx, uint32_t OutputSource) in LL_RTC_SetOutputSource() argument
313 MODIFY_REG(BKPx->RTCCR, (BKP_RTCCR_CCO | BKP_RTCCR_ASOE | BKP_RTCCR_ASOS), OutputSource); in LL_RTC_SetOutputSource()
328 __STATIC_INLINE uint32_t LL_RTC_GetOutPutSource(BKP_TypeDef *BKPx) in LL_RTC_GetOutPutSource() argument
330 return (uint32_t)(READ_BIT(BKPx->RTCCR, (BKP_RTCCR_CCO | BKP_RTCCR_ASOE | BKP_RTCCR_ASOS))); in LL_RTC_GetOutPutSource()
453 __STATIC_INLINE void LL_RTC_TAMPER_Enable(BKP_TypeDef *BKPx) in LL_RTC_TAMPER_Enable() argument
455 SET_BIT(BKPx->CR, BKP_CR_TPE); in LL_RTC_TAMPER_Enable()
463 __STATIC_INLINE void LL_RTC_TAMPER_Disable(BKP_TypeDef *BKPx) in LL_RTC_TAMPER_Disable() argument
477 __STATIC_INLINE void LL_RTC_TAMPER_SetActiveLevel(BKP_TypeDef *BKPx, uint32_t Tamper) in LL_RTC_TAMPER_SetActiveLevel() argument
479 MODIFY_REG(BKPx->CR, BKP_CR_TPAL, Tamper); in LL_RTC_TAMPER_SetActiveLevel()
487 __STATIC_INLINE uint32_t LL_RTC_TAMPER_GetActiveLevel(BKP_TypeDef *BKPx) in LL_RTC_TAMPER_GetActiveLevel() argument
[all …]