aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/devices/atmega2564rfr2/blocks/FLASH.frt
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-08-19 12:15:28 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-08-19 12:15:28 +0200
commit67d25d837ac55f28a366c0a3b262e439a6e75fc3 (patch)
treedf7715c7724c5935ab87c807f3b8b4ef529315e3 /amforth-6.5/avr8/devices/atmega2564rfr2/blocks/FLASH.frt
parente0d6784e89dba33226c0edb815bb974486fa7c48 (diff)
Add AmForth
Diffstat (limited to 'amforth-6.5/avr8/devices/atmega2564rfr2/blocks/FLASH.frt')
-rw-r--r--amforth-6.5/avr8/devices/atmega2564rfr2/blocks/FLASH.frt16
1 files changed, 16 insertions, 0 deletions
diff --git a/amforth-6.5/avr8/devices/atmega2564rfr2/blocks/FLASH.frt b/amforth-6.5/avr8/devices/atmega2564rfr2/blocks/FLASH.frt
new file mode 100644
index 0000000..24391a0
--- /dev/null
+++ b/amforth-6.5/avr8/devices/atmega2564rfr2/blocks/FLASH.frt
@@ -0,0 +1,16 @@
+\ Generated automatically for atmega2564rfr2
+\ #require bitnames.frt
+
+\ FLASH
+$75 constant NEMCR \ Flash Extended-Mode Control-Re
+ $40 constant NEMCR_ENEAM \ Enable Extended Address Mode f
+ 75 $40 bitmask: NEMCR.ENEAM \ Enable Extended Address Mode f
+ $30 constant NEMCR_AEAM \ Address for Extended Address M
+ 75 $30 bitmask: NEMCR.AEAM \ Address for Extended Address M
+$67 constant BGCR \ Reference Voltage Calibration
+ $80 constant BGCR_Res \ Reserved Bit
+ 67 $80 bitmask: BGCR.Res \ Reserved Bit
+ $78 constant BGCR_BGCAL_FINE \ Fine Calibration Bits
+ 67 $78 bitmask: BGCR.BGCAL_FINE \ Fine Calibration Bits
+ $7 constant BGCR_BGCAL \ Coarse Calibration Bits
+ 67 $7 bitmask: BGCR.BGCAL \ Coarse Calibration Bits