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

write_code variable

Syntax

static const uint8_t write_code[] = { #include "../../../contrib/loaders/flash/max32xxx/max32xxx.inc" };

References

LocationReferrerText
max32xxx.c:74
static const uint8_t write_code[] = {
max32xxx.c:373max32xxx_write_block()
if (target_alloc_working_area(target, sizeof(write_code), &write_algorithm) != ERROR_OK) {
max32xxx.c:395max32xxx_write_block()
target_write_buffer(target, write_algorithm->address, sizeof(write_code),
max32xxx.c:396max32xxx_write_block()
write_code);

Data Use

Functions reading write_code
write_code
all items filtered out
Type of write_code
write_code
uint8_t
all items filtered out