TmpReadSize is only used within FWupgrade_Standalone.
 
Symbols
loading...
Files
loading...

TmpReadSize variable

Syntax

static uint32_t TmpReadSize = 0x00;

References

LocationReferrerText
command.c:29
static uint32_t TmpReadSize = 0x00;
command.c:210COMMAND_ProgramFlashMemory()
TmpReadSize = bytesread;
command.c:213COMMAND_ProgramFlashMemory()
if(TmpReadSize < BUFFER_SIZE)
command.c:219COMMAND_ProgramFlashMemory()
for (programcounter = 0; programcounter < TmpReadSize; programcounter += 4)
command.c:232COMMAND_ProgramFlashMemory()
LastPGAddress += TmpReadSize;

Data Use

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