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

ECC_CFG_EN macro

Syntax

#define ECC_CFG_EN (1 << 0)

References

LocationText
aducm302x.c:100
#define ECC_CFG_EN (1 << 0)
aducm302x.c:459
if (ecc_cfg == (ECC_CFG_INFOEN | ECC_CFG_EN)) {
aducm302x.c:462
target_write_u32(target, ECC_CFG, ECC_CFG_INFOEN | ECC_CFG_EN);