Searched refs:PLLSRC_DIV (Results 1 – 7 of 7) sorted by relevance
131 #define PLLSRC_DIV 2 macro137 #define PLLSRC_DIV 1 macro144 #define PLLSRC_DIV 2 macro161 #define PLLSRC_DIV 2 macro167 #define PLLSRC_DIV 1 macro174 #define PLLSRC_DIV 2 macro580 …rcc_pllhsipre |= (PLLSRC_DIV == 1 ? RCC_PLLHSIPRE_PLLHSIPRE_HSI : RCC_PLLHSIPRE_PLLHSIPRE_HSI_DIV2… in SetSysClock()582 rcc_cfg |= (PLLSRC_DIV == 1 ? RCC_CFG_PLLHSEPRES_HSE : RCC_CFG_PLLHSEPRES_HSE_DIV2); in SetSysClock()
132 #define PLLSRC_DIV 2 macro138 #define PLLSRC_DIV 1 macro145 #define PLLSRC_DIV 2 macro162 #define PLLSRC_DIV 2 macro168 #define PLLSRC_DIV 1 macro175 #define PLLSRC_DIV 2 macro584 …rcc_pllhsipre |= (PLLSRC_DIV == 1 ? RCC_PLLHSIPRE_PLLHSIPRE_HSI : RCC_PLLHSIPRE_PLLHSIPRE_HSI_DIV2… in SetSysClock()586 rcc_cfg |= (PLLSRC_DIV == 1 ? RCC_CFG_PLLHSEPRES_HSE : RCC_CFG_PLLHSEPRES_HSE_DIV2); in SetSysClock()
95 #define PLLSRC_DIV 2 macro111 #define PLLSRC_DIV 2 macro116 #define PLLSRC_DIV 1 macro392 rcc_cfgr |= (PLLSRC_DIV == 1 ? RCC_CFG_PLLHSEPRES_HSE : RCC_CFG_PLLHSEPRES_HSE_DIV2); in SetSysClock()
Completed in 25 milliseconds