Home
last modified time | relevance | path

Searched refs:AHBPrescTable (Results 1 – 25 of 40) sorted by relevance

12

/bsp/stm32/stm32g474-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32g4xx.c137 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U}; variable
252 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
/bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/
A Dsystem_stm32g4xx.c154 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U}; variable
267 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
/bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/
A Dsystem_stm32l4xx.c172 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable
314 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4U)]; in SystemCoreClockUpdate()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Source/
A Dsystem_hk32f0xx.c112 __I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable
246 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
/bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32u5xx.c167 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable
345 tmp = AHBPrescTable[((RCC->CFGR2 & RCC_CFGR2_HPRE) >> RCC_CFGR2_HPRE_Pos)]; in SystemCoreClockUpdate()
/bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/
A Dsystem_stm32u5xx.c167 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable
345 tmp = AHBPrescTable[((RCC->CFGR2 & RCC_CFGR2_HPRE) >> RCC_CFGR2_HPRE_Pos)]; in SystemCoreClockUpdate()
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/
A Dsystem_stm32l1xx.c128 const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U}; variable
256 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
/bsp/apm32/libraries/APM32F4xx_Library/Device/Geehy/APM32F4xx/Source/
A Dsystem_apm32f4xx.c73 __I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable
188 sysClock = AHBPrescTable[(RCM->CFG_B.AHBPSC)]; in SystemCoreClockUpdate()
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/
A Dsystem_stm32l1xx.h61 extern const uint8_t AHBPrescTable[16]; /*!< AHB prescalers table values */
/bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32h5xx.c175 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable
384 tmp = AHBPrescTable[((RCC->CFGR2 & RCC_CFGR2_HPRE) >> RCC_CFGR2_HPRE_Pos)]; in SystemCoreClockUpdate()
/bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32h5xx.c175 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable
384 tmp = AHBPrescTable[((RCC->CFGR2 & RCC_CFGR2_HPRE) >> RCC_CFGR2_HPRE_Pos)]; in SystemCoreClockUpdate()
/bsp/apm32/libraries/APM32F0xx_Library/Device/Geehy/APM32F0xx/Source/
A Dsystem_apm32f0xx.c154 uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; in SystemCoreClockUpdate() local
199 Prescaler = AHBPrescTable[(RCM->CFG1_B.AHBPSC)]; in SystemCoreClockUpdate()
/bsp/n32/libraries/N32G4FR_Firmware_Library/CMSIS/device/
A Dsystem_n32g4fr.c135 const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable
299 tmp = AHBPrescTable[((RCC->CFG & RCC_CFG_AHBPRES) >> 4)]; in SystemCoreClockUpdate()
/bsp/n32/libraries/N32G45x_Firmware_Library/CMSIS/device/
A Dsystem_n32g45x.c135 const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable
299 tmp = AHBPrescTable[((RCC->CFG & RCC_CFG_AHBPRES) >> 4)]; in SystemCoreClockUpdate()
/bsp/n32/libraries/N32WB452_Firmware_Library/CMSIS/device/
A Dsystem_n32wb452.c135 const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable
299 tmp = AHBPrescTable[((RCC->CFG & RCC_CFG_AHBPRES) >> 4)]; in SystemCoreClockUpdate()
/bsp/n32g452xx/Libraries/N32_Std_Driver/CMSIS/device/
A Dsystem_n32g45x.c135 const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable
299 tmp = AHBPrescTable[((RCC->CFG & RCC_CFG_AHBPRES) >> 4)]; in SystemCoreClockUpdate()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_rcm.c561 uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; in RCM_ReadHCLKFreq() local
564 divider = AHBPrescTable[RCM->CFG_B.AHBPSC]; in RCM_ReadHCLKFreq()
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_rcm.c546 uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; in RCM_ReadHCLKFreq() local
549 divider = AHBPrescTable[RCM->CFG_B.AHBPSC]; in RCM_ReadHCLKFreq()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/CMSIS/WCH/CH32V10x/Source/
A Dsystem_ch32v10x.c38 __I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable
120 tmp = AHBPrescTable[((RCC->CFGR0 & RCC_HPRE) >> 4)]; in SystemCoreClockUpdate()
/bsp/apm32/libraries/APM32S10x_Library/Device/Geehy/APM32S10x/Source/
A Dsystem_apm32s10x.c148 uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; in SystemCoreClockUpdate() local
192 Prescaler = AHBPrescTable[RCM->CFG_B.AHBPSC]; in SystemCoreClockUpdate()
/bsp/wch/arm/ch32f103c8-core/board/
A Dsystem_ch32f10x.c44 __I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable
137 tmp = AHBPrescTable[((RCC->CFGR0 & RCC_HPRE) >> 4)]; in SystemCoreClockUpdate()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/CMSIS/WCH/CH32F10x/Source/
A Dsystem_ch32f10x.c44 __I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable
137 tmp = AHBPrescTable[((RCC->CFGR0 & RCC_HPRE) >> 4)]; in SystemCoreClockUpdate()
/bsp/apm32/libraries/APM32E10x_Library/Device/Geehy/APM32E10x/Source/
A Dsystem_apm32e10x.c150 uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; in SystemCoreClockUpdate() local
194 Prescaler = AHBPrescTable[RCM->CFG_B.AHBPSC]; in SystemCoreClockUpdate()
/bsp/n32/libraries/N32L43x_Firmware_Library/CMSIS/device/
A Dsystem_n32l43x.c194 const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable
401 tmp = AHBPrescTable[((RCC->CFG & RCC_CFG_AHBPRES) >> 4)]; in SystemCoreClockUpdate()
/bsp/n32/libraries/N32L40x_Firmware_Library/CMSIS/device/
A Dsystem_n32l40x.c195 const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable
405 tmp = AHBPrescTable[((RCC->CFG & RCC_CFG_AHBPRES) >> 4)]; in SystemCoreClockUpdate()

Completed in 68 milliseconds

12