Home
last modified time | relevance | path

Searched refs:RCC_CFGR_PPRE_BITNUMBER (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc.c1187 …n (HAL_RCC_GetHCLKFreq() >> APBPrescTable[(RCC->CFGR & RCC_CFGR_PPRE) >> RCC_CFGR_PPRE_BITNUMBER]); in HAL_RCC_GetPCLK1Freq()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h95 #define RCC_CFGR_PPRE_BITNUMBER 8U macro