Home
last modified time | relevance | path

Searched refs:hpre (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_utils.c374 uint32_t hpre = LL_RCC_SYSCLK_DIV_1; /* Set default value */ in LL_PLL_ConfigSystemClock_MSI() local
450 hpre = LL_RCC_SYSCLK_DIV_2; in LL_PLL_ConfigSystemClock_MSI()
457 if ((status == SUCCESS) && (hpre != LL_RCC_SYSCLK_DIV_1)) in LL_PLL_ConfigSystemClock_MSI()
500 uint32_t hpre = LL_RCC_SYSCLK_DIV_1; /* Set default value */ in LL_PLL_ConfigSystemClock_HSI() local
528 hpre = LL_RCC_SYSCLK_DIV_2; in LL_PLL_ConfigSystemClock_HSI()
535 if ((status == SUCCESS) && (hpre != LL_RCC_SYSCLK_DIV_1)) in LL_PLL_ConfigSystemClock_HSI()
581 uint32_t hpre = LL_RCC_SYSCLK_DIV_1; /* Set default value */ in LL_PLL_ConfigSystemClock_HSE() local
624 hpre = LL_RCC_SYSCLK_DIV_2; in LL_PLL_ConfigSystemClock_HSE()
631 if ((status == SUCCESS) && (hpre != LL_RCC_SYSCLK_DIV_1)) in LL_PLL_ConfigSystemClock_HSE()
Dstm32l5xx_hal_rcc.c1142 uint32_t hpre = RCC_SYSCLK_DIV1; in HAL_RCC_ClockConfig() local
1210 hpre = RCC_SYSCLK_DIV2; in HAL_RCC_ClockConfig()
1255 hpre = RCC_SYSCLK_DIV2; in HAL_RCC_ClockConfig()
1279 if(hpre == RCC_SYSCLK_DIV2) in HAL_RCC_ClockConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_utils.c451 uint32_t hpre = 0U; /* Set default value */ in LL_PLL_ConfigSystemClock_MSI() local
530 hpre = LL_RCC_SYSCLK_DIV_2; in LL_PLL_ConfigSystemClock_MSI()
540 if((status == SUCCESS) && (hpre != LL_RCC_SYSCLK_DIV_1)) in LL_PLL_ConfigSystemClock_MSI()
586 uint32_t hpre = LL_RCC_SYSCLK_DIV_1; /* Set default value */ in LL_PLL_ConfigSystemClock_HSI() local
617 hpre = LL_RCC_SYSCLK_DIV_2; in LL_PLL_ConfigSystemClock_HSI()
627 if((status == SUCCESS) && (hpre != LL_RCC_SYSCLK_DIV_1)) in LL_PLL_ConfigSystemClock_HSI()
676 uint32_t hpre = 0U; /* Set default value */ in LL_PLL_ConfigSystemClock_HSE() local
722 hpre = LL_RCC_SYSCLK_DIV_2; in LL_PLL_ConfigSystemClock_HSE()
732 if((status == SUCCESS) && (hpre != LL_RCC_SYSCLK_DIV_1)) in LL_PLL_ConfigSystemClock_HSE()
Dstm32l4xx_hal_rcc.c1102 uint32_t hpre = RCC_SYSCLK_DIV1; in HAL_RCC_ClockConfig() local
1169 hpre = RCC_SYSCLK_DIV2; in HAL_RCC_ClockConfig()
1212 hpre = RCC_SYSCLK_DIV2; in HAL_RCC_ClockConfig()
1236 if(hpre == RCC_SYSCLK_DIV2) in HAL_RCC_ClockConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_utils.c411 uint32_t hpre = LL_RCC_SYSCLK_DIV_1; in LL_PLL_ConfigSystemClock_HSI() local
439 hpre = LL_RCC_SYSCLK_DIV_2; in LL_PLL_ConfigSystemClock_HSI()
447 if ((status == SUCCESS) && (hpre != LL_RCC_SYSCLK_DIV_1)) in LL_PLL_ConfigSystemClock_HSI()
493 uint32_t hpre = LL_RCC_SYSCLK_DIV_1; in LL_PLL_ConfigSystemClock_HSE() local
536 hpre = LL_RCC_SYSCLK_DIV_2; in LL_PLL_ConfigSystemClock_HSE()
544 if ((status == SUCCESS) && (hpre != LL_RCC_SYSCLK_DIV_1)) in LL_PLL_ConfigSystemClock_HSE()
Dstm32g4xx_hal_rcc.c770 uint32_t hpre = RCC_SYSCLK_DIV1; in HAL_RCC_ClockConfig() local
825 hpre = RCC_SYSCLK_DIV2; in HAL_RCC_ClockConfig()
856 hpre = RCC_SYSCLK_DIV2; in HAL_RCC_ClockConfig()
896 if(hpre == RCC_SYSCLK_DIV2) in HAL_RCC_ClockConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_utils.c489 uint32_t hpre = LL_RCC_SYSCLK_DIV_1; in LL_PLL_ConfigSystemClock_MSI() local
570 hpre = LL_RCC_SYSCLK_DIV_2; in LL_PLL_ConfigSystemClock_MSI()
577 if ((status == SUCCESS) && (hpre != LL_RCC_SYSCLK_DIV_1)) in LL_PLL_ConfigSystemClock_MSI()