stm8_checksum_memory() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm8_checksum_memory()

stm8_checksum_memory() function

Syntax

static int stm8_checksum_memory(struct target *target,     target_addr_t address,     uint32_t count,     uint32_t *checksum);

Arguments

target

address

count

checksum

References

LocationText
stm8.c:1778
static int stm8_checksum_memory(struct target *target, target_addr_t address,
stm8.c:2178
.checksum_memory = stm8_checksum_memory,

Implementations

Implementations
stm8_checksum_memory()
all items filtered out