Searched refs:ProtectClk (Results 1 – 2 of 2) sorted by relevance
2681 void HAL_RCCEx_EnableClockProtection(uint32_t ProtectClk) in HAL_RCCEx_EnableClockProtection() argument2684 assert_param(IS_RCC_CLOCKPROTECTION(ProtectClk)); in HAL_RCCEx_EnableClockProtection()2686 SET_BIT(RCC->CKPROTR, ProtectClk); in HAL_RCCEx_EnableClockProtection()2697 void HAL_RCCEx_DisableClockProtection(uint32_t ProtectClk) in HAL_RCCEx_DisableClockProtection() argument2700 assert_param(IS_RCC_CLOCKPROTECTION(ProtectClk)); in HAL_RCCEx_DisableClockProtection()2702 CLEAR_BIT(RCC->CKPROTR, ProtectClk); in HAL_RCCEx_DisableClockProtection()
1671 void HAL_RCCEx_EnableClockProtection(uint32_t ProtectClk);1672 void HAL_RCCEx_DisableClockProtection(uint32_t ProtectClk);