]> git.sur5r.net Git - openocd/blobdiff - src/flash/at91sam7.h
- added support for American Microsystem's M5960 (FT2232 based USB JTAG interface)
[openocd] / src / flash / at91sam7.h
index e2412f8c51326f29fd8114bd3d24112f1e80f4d8..0bb8f439b1bd2b7a5d06fa15243a09bbef776d3a 100644 (file)
@@ -86,7 +86,16 @@ typedef struct at91sam7_flash_bank_s
 #define  CGPB 0x0D
 #define  SSB  0x0F
 
+/* MC_FSR bit definitions */
+#define        MC_FSR_FRDY 1
+#define        MC_FSR_EOL 2
+
 /* AT91SAM7 constants */
 #define RC_FREQ  32000
 
+/*  FLASH_TIMING_MODES */
+#define  FMR_TIMING_NONE    0
+#define  FMR_TIMING_NVBITS  1
+#define  FMR_TIMING_FLASH   2
+
 #endif /* AT91SAM7_H */