target_write_fn is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

target_write_fn

Syntax

typedef int (*target_write_fn)(struct target *target, target_addr_t address, uint32_t size, uint32_t count, const uint8_t *buffer);

References

LocationReferrerText
target.c:3482
typedef int (*target_write_fn)(struct target *target,
target.c:3487target_fill_mem()
target_write_fn fn,
target.c:3551handle_mw_command()
target_write_fn fn;

Type Use

Variables of target_write_fn type
all items filtered out
target_write_fn