Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c2684 assert_param(IS_RCC_CLOCKPROTECTION(ProtectClk)); in HAL_RCCEx_EnableClockProtection()
2700 assert_param(IS_RCC_CLOCKPROTECTION(ProtectClk)); in HAL_RCCEx_DisableClockProtection()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h1950 #define IS_RCC_CLOCKPROTECTION(__CLOCK__) \ macro