OpenOCD
flashd_unlock()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
flashd_unlock()
flashd_unlock() function
Unlocks all the regions in the given address range.
Syntax
Show:
Summary
Declaration
from
at91sam4.c:1848
static
int
flashd_unlock
(
struct
sam4_bank_private
*
private
,
unsigned
start_sector
,
unsigned
end_sector
)
;
Arguments
Argument
Description
private
info about the bank
start_sector
first sector to unlock
end_sector
last (inclusive) to unlock
Related Functions
Found 16 other functions taking a
sam4_bank_private
argument:
Function
Description
efc_get_status()
Get the current status of the EEFC and the value of some status bits (LOCKE, PROGE).
efc_get_result()
Get the result of the last executed command.
efc_start_command()
sam4_page_read()
sam4_set_wait()
sam4_page_write()
efc_perform_command()
Performs the given command and wait until its completion (or an error).
flashd_read_uid()
Read the unique ID.
flashd_erase_entire_bank()
Erases the entire flash.
flashd_erase_pages()
Erases the entire flash.
flashd_get_gpnvm()
Gets current GPNVM state.
flashd_clr_gpnvm()
Clears the selected GPNVM bit.
flashd_set_gpnvm()
Sets the selected GPNVM bit.
flashd_get_lock_bits()
Returns a bit field (at most 64) of locked regions within a page.
flashd_lock()
Locks regions
sam4_get_details()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out