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

samd_erase_row() function

Erases a flash-row at the given address.

Syntax

static int samd_erase_row(struct target *target,     uint32_t address);

Arguments

target

Pointer to the target structure.

address

The address of the row.

Return value

On success ERROR_OK, on failure an errorcode.

References

LocationReferrerText
at91samd.c:590
static int samd_erase_row(struct target *target, uint32_t address)
at91samd.c:696samd_modify_user_row_masked()
res = samd_erase_row(target, SAMD_USER_ROW);
at91samd.c:817samd_erase()
res = samd_erase_row(bank->target, bank->sectors[s].offset);

Call Tree

Functions calling samd_erase_row()
Functions called by samd_erase_row()
samd_erase_row()
Data read by samd_erase_row()
Data written by samd_erase_row()
samd_erase_row()
samd_erase_row()::res
all items filtered out