aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/devices/atmega256rfr2/blocks/JTAG.frt
blob: 1960eac6b9acfa96f0eb457b2248978179c126e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\ Generated automatically for atmega256rfr2
\ #require bitnames.frt

\ JTAG
$51 constant OCDR \ On-Chip Debug Register
  $ff constant OCDR_OCDR \ On-Chip Debug Register Data
  51 $ff bitmask: OCDR.OCDR \ On-Chip Debug Register Data
$55 constant MCUCR \ MCU Control Register
  $80 constant MCUCR_JTD \ JTAG Interface Disable
  55 $80 bitmask: MCUCR.JTD \ JTAG Interface Disable
$54 constant MCUSR \ MCU Status Register
  $10 constant MCUSR_JTRF \ JTAG Reset Flag
  54 $10 bitmask: MCUSR.JTRF \ JTAG Reset Flag