aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/devices/atmega256rfr2/blocks/EEPROM.frt
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-08-26 20:31:40 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-08-26 20:31:40 +0200
commitd80736ab6e8e3cad2f1a30c6eaba2d6883dbe967 (patch)
tree15962f3d8542ae182d88ac5913a3c4bfce6f2b03 /amforth-6.5/avr8/devices/atmega256rfr2/blocks/EEPROM.frt
parent530a312ee523a25e5df475341d201e5bb1296c41 (diff)
Remove AmForth
Diffstat (limited to 'amforth-6.5/avr8/devices/atmega256rfr2/blocks/EEPROM.frt')
-rw-r--r--amforth-6.5/avr8/devices/atmega256rfr2/blocks/EEPROM.frt19
1 files changed, 0 insertions, 19 deletions
diff --git a/amforth-6.5/avr8/devices/atmega256rfr2/blocks/EEPROM.frt b/amforth-6.5/avr8/devices/atmega256rfr2/blocks/EEPROM.frt
deleted file mode 100644
index e56ad19..0000000
--- a/amforth-6.5/avr8/devices/atmega256rfr2/blocks/EEPROM.frt
+++ /dev/null
@@ -1,19 +0,0 @@
-\ Generated automatically for atmega256rfr2
-\ #require bitnames.frt
-
-\ EEPROM
-$41 constant EEAR \ EEPROM Address Register Bytes
-$40 constant EEDR \ EEPROM Data Register
-$3f constant EECR \ EEPROM Control Register
- $c0 constant EECR_Res \ Reserved
- 3f $c0 bitmask: EECR.Res \ Reserved
- $30 constant EECR_EEPM \ EEPROM Programming Mode
- 3f $30 bitmask: EECR.EEPM \ EEPROM Programming Mode
- $8 constant EECR_EERIE \ EEPROM Ready Interrupt Enable
- 3f $8 bitmask: EECR.EERIE \ EEPROM Ready Interrupt Enable
- $4 constant EECR_EEMPE \ EEPROM Master Write Enable
- 3f $4 bitmask: EECR.EEMPE \ EEPROM Master Write Enable
- $2 constant EECR_EEPE \ EEPROM Programming Enable
- 3f $2 bitmask: EECR.EEPE \ EEPROM Programming Enable
- $1 constant EECR_EERE \ EEPROM Read Enable
- 3f $1 bitmask: EECR.EERE \ EEPROM Read Enable