Searched refs:IS_RCC_CLOCKPROTECTION (Results 1 – 2 of 2) sorted by relevance
2684 assert_param(IS_RCC_CLOCKPROTECTION(ProtectClk)); in HAL_RCCEx_EnableClockProtection()2700 assert_param(IS_RCC_CLOCKPROTECTION(ProtectClk)); in HAL_RCCEx_DisableClockProtection()
1950 #define IS_RCC_CLOCKPROTECTION(__CLOCK__) \ macro