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

SAMD_DSU macro

Syntax

#define SAMD_DSU 0x41002000

References

LocationText
at91samd.c:25
#define SAMD_DSU 0x41002000 /* Device Service Unit */
atsame5.c:39
#define SAMD_DSU 0x41002000 /* Device Service Unit */
at91samd.c:447
res = target_read_u32(bank->target, SAMD_DSU + SAMD_DSU_DID, &id);
at91samd.c:622
res = target_read_u32(target, SAMD_DSU + SAMD_DSU_DID, &id);
at91samd.c:979
res = target_write_u8(target, SAMD_DSU + SAMD_DSU_CTRL_EXT, (1<<4));
at91samd.c:1212
int retval2 = target_write_u8(target, SAMD_DSU + SAMD_DSU_STATUSA, (1<<1));
atsame5.c:276
res = target_read_u32(bank->target, SAMD_DSU + SAMD_DSU_DID, &id);
atsame5.c:770
int res = target_write_u8(target, SAMD_DSU + SAMD_DSU_CTRL_EXT, (1<<4));
atsame5.c:893
int res2 = target_write_u8(target, SAMD_DSU + SAMD_DSU_STATUSA, (1<<1));