AHBPrescTable is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

AHBPrescTable variable

Syntax

const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9};

References

LocationReferrerText
system_stm32f4xx.c:120
const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9};
system_stm32f4xx.c:265SystemCoreClockUpdate()
tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)];

Data Use

Functions reading AHBPrescTable
AHBPrescTable
all items filtered out
Type of AHBPrescTable
AHBPrescTable
uint8_t
all items filtered out