stm8_write_flash() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

stm8_write_flash() function

Syntax

static int stm8_write_flash(struct target *target,     enum mem_type type,     uint32_t address,     uint32_t size,     uint32_t count,     uint32_t blocksize_param,     const uint8_t *buffer);

Arguments

target

type

address

size

count

blocksize_param

buffer

References

LocationReferrerText
stm8.c:647
static int stm8_write_flash(struct target *target, enum mem_type type,
stm8.c:753stm8_write_memory()
retval = stm8_write_flash(target, FLASH, address, size, count,
stm8.c:756stm8_write_memory()
retval = stm8_write_flash(target, EEPROM, address, size, count,
stm8.c:759stm8_write_memory()
retval = stm8_write_flash(target, OPTION, address, size, count, 0, buffer);

Call Tree

Functions calling stm8_write_flash()
Functions called by stm8_write_flash()
all items filtered out
stm8_write_flash()
Data read by stm8_write_flash()
Data written by stm8_write_flash()
stm8_write_flash()
stm8_write_flash()::opt
stm8_write_flash()::i
stm8_write_flash()::blocksize
stm8_write_flash()::bytecnt
stm8_write_flash()::res
all items filtered out
Type of stm8_write_flash()
stm8_write_flash()
uint8_t
uint32_t
all items filtered out