Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c2681 void HAL_RCCEx_EnableClockProtection(uint32_t ProtectClk) in HAL_RCCEx_EnableClockProtection() argument
2684 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() argument
2700 assert_param(IS_RCC_CLOCKPROTECTION(ProtectClk)); in HAL_RCCEx_DisableClockProtection()
2702 CLEAR_BIT(RCC->CKPROTR, ProtectClk); in HAL_RCCEx_DisableClockProtection()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h1671 void HAL_RCCEx_EnableClockProtection(uint32_t ProtectClk);
1672 void HAL_RCCEx_DisableClockProtection(uint32_t ProtectClk);