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

SAM3_ENTRY macro

Syntax

#define SAM3_ENTRY(NAME, FUNC) { .address = SAM3_ ## NAME, .struct_offset = offsetof( \     struct sam3_cfg, \     NAME), # NAME, FUNC }

Arguments

NAME

FUNC

References

LocationText
at91sam3.c:2796
#define SAM3_ENTRY(NAME, FUNC) { .address = SAM3_ ## NAME, .struct_offset = offsetof( \
at91sam3.c:2821
#undef SAM3_ENTRY
at91sam3.c:2800
at91sam3.c:2801
at91sam3.c:2802
at91sam3.c:2803
SAM3_ENTRY(CKGR_UCKR, NULL),
at91sam3.c:2804
SAM3_ENTRY(PMC_FSMR, NULL),
at91sam3.c:2805
SAM3_ENTRY(PMC_FSPR, NULL),
at91sam3.c:2806
SAM3_ENTRY(PMC_IMR, NULL),
at91sam3.c:2807
at91sam3.c:2808
SAM3_ENTRY(PMC_PCK0, NULL),
at91sam3.c:2809
SAM3_ENTRY(PMC_PCK1, NULL),
at91sam3.c:2810
SAM3_ENTRY(PMC_PCK2, NULL),
at91sam3.c:2811
SAM3_ENTRY(PMC_PCSR, NULL),
at91sam3.c:2812
SAM3_ENTRY(PMC_SCSR, NULL),
at91sam3.c:2813
SAM3_ENTRY(PMC_SR, NULL),
at91sam3.c:2814
at91sam3.c:2815
at91sam3.c:2816
SAM3_ENTRY(CHIPID_EXID, NULL),
at91sam3.c:2817
SAM3_ENTRY(CHIPID_EXID2, NULL),