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