Searched refs:IS_RCC_HSE_PREDIV2 (Results 1 – 3 of 3) sorted by relevance
226 assert_param(IS_RCC_HSE_PREDIV2(PeriphClkInit->PLLI2S.HSEPrediv2Value)); in HAL_RCCEx_PeriphCLKConfig()620 assert_param(IS_RCC_HSE_PREDIV2(PLLI2SInit->HSEPrediv2Value)); in HAL_RCCEx_EnablePLLI2S()753 assert_param(IS_RCC_HSE_PREDIV2(PLL2Init->HSEPrediv2Value)); in HAL_RCCEx_EnablePLL2()
613 assert_param(IS_RCC_HSE_PREDIV2(RCC_OscInitStruct->PLL2.HSEPrediv2Value)); in HAL_RCC_OscConfig()
130 #define IS_RCC_HSE_PREDIV2(__DIV__) (((__DIV__) == RCC_HSE_PREDIV2_DIV1) || ((__DIV__) == RCC_HSE_… macro