Searched defs:aPredivFactorTable (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_rcc_ex.c | 389 …static const uint8_t aPredivFactorTable[16U] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,… in HAL_RCCEx_GetPeriphCLKFreq() local 397 static const uint8_t aPredivFactorTable[2U] = {1, 2}; in HAL_RCCEx_GetPeriphCLKFreq() local
|
D | stm32f1xx_hal_rcc.c | 1084 …static const uint8_t aPredivFactorTable[16U] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,… in HAL_RCC_GetSysClockFreq() local
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_rcc.c | 1102 static const uint8_t aPredivFactorTable[16U] = { 1U, 2U, 3U, 4U, 5U, 6U, 7U, 8U, in HAL_RCC_GetSysClockFreq() local
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_rcc.c | 105 static const uint8_t aPredivFactorTable[16U] = { 1U, 2U, 3U, 4U, 5U, 6U, 7U, 8U, variable
|