aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/devices/atmega128rfr2/blocks/EEPROM.frt
blob: b2d892c1dd3e056ace39b05497a4f271cded2a96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\ Generated automatically for atmega128rfr2
\ #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