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

FCF_FPROT macro

Syntax

#define FCF_FPROT 0x8

References

LocationText
kinetis.c:74
#define FCF_FPROT 0x8
kinetis.c:1513
target_buffer_set_u32(bank->target, fcf + FCF_FPROT, fprot);
kinetis.c:2022
if (memcmp(fcf_in_data + FCF_FPROT, fcf_buffer + FCF_FPROT, 4)) {