aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/devices/atmega2564rfr2/blocks/EEPROM.frt
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/devices/atmega2564rfr2/blocks/EEPROM.frt')
-rw-r--r--amforth-6.5/avr8/devices/atmega2564rfr2/blocks/EEPROM.frt19
1 files changed, 19 insertions, 0 deletions
diff --git a/amforth-6.5/avr8/devices/atmega2564rfr2/blocks/EEPROM.frt b/amforth-6.5/avr8/devices/atmega2564rfr2/blocks/EEPROM.frt
new file mode 100644
index 0000000..ee9efc5
--- /dev/null
+++ b/amforth-6.5/avr8/devices/atmega2564rfr2/blocks/EEPROM.frt
@@ -0,0 +1,19 @@
+\ Generated automatically for atmega2564rfr2
+\ #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