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

allow_fcf_writes variable

Syntax

static bool allow_fcf_writes;

References

LocationReferrerText
kinetis.c:415
static bool allow_fcf_writes;
kinetis.c:1396kinetis_protect()
if (allow_fcf_writes) {
kinetis.c:1730kinetis_erase()
if (allow_fcf_writes) {
kinetis.c:2002kinetis_write()
if (k_bank->prog_base == 0 && !allow_fcf_writes) {
kinetis.c:3299kinetis_fcf_source_handler()
allow_fcf_writes = true;
kinetis.c:3301kinetis_fcf_source_handler()
allow_fcf_writes = false;
kinetis.c:3306kinetis_fcf_source_handler()
if (allow_fcf_writes) {

Data Use

Functions writing allow_fcf_writes
Functions reading allow_fcf_writes
all items filtered out
allow_fcf_writes