Searched refs:__HAL_RCC_HSE_GET_PREDIV2 (Results 1 – 3 of 3) sorted by relevance
231 (__HAL_RCC_HSE_GET_PREDIV2() != PeriphClkInit->PLLI2S.HSEPrediv2Value)) in HAL_RCCEx_PeriphCLKConfig()625 (__HAL_RCC_HSE_GET_PREDIV2() != PLLI2SInit->HSEPrediv2Value)) in HAL_RCCEx_EnablePLLI2S()758 (__HAL_RCC_HSE_GET_PREDIV2() != PLL2Init->HSEPrediv2Value)) in HAL_RCCEx_EnablePLL2()
618 (__HAL_RCC_HSE_GET_PREDIV2() != RCC_OscInitStruct->PLL2.HSEPrediv2Value)) in HAL_RCC_OscConfig()1297 RCC_OscInitStruct->PLL2.HSEPrediv2Value = __HAL_RCC_HSE_GET_PREDIV2(); in HAL_RCC_GetOscConfig()
1755 #define __HAL_RCC_HSE_GET_PREDIV2() READ_BIT(RCC->CFGR2, RCC_CFGR2_PREDIV2) macro