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