uwIndex is only used within FMC_SRAM.
 
Symbols
loading...
Files
loading...

uwIndex variable

Syntax

uint32_t uwIndex = 0;

References

LocationReferrerText
main.c:49
uint32_t uwIndex = 0;
main.c:123main()
for (uwIndex = 0; uwIndex < BUFFER_SIZE; uwIndex++)
main.c:125main()
*(__IO uint16_t*) (SRAM_BANK_ADDR + WRITE_READ_ADDR + 2*uwIndex) = aTxBuffer[uwIndex];
main.c:129main()
for (uwIndex = 0; uwIndex < BUFFER_SIZE; uwIndex++)
main.c:131main()
aRxBuffer[uwIndex] = *(__IO uint16_t*) (SRAM_BANK_ADDR + WRITE_READ_ADDR + 2*uwIndex);

Data Use

Functions writing uwIndex
Functions reading uwIndex
all items filtered out
uwIndex
all items filtered out
Type of uwIndex
uwIndex
uint32_t
all items filtered out