From d80736ab6e8e3cad2f1a30c6eaba2d6883dbe967 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 26 Aug 2017 20:31:40 +0200 Subject: Remove AmForth --- .../avr8/devices/at90pwm161/blocks/DA_CONVERTER.frt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 amforth-6.5/avr8/devices/at90pwm161/blocks/DA_CONVERTER.frt (limited to 'amforth-6.5/avr8/devices/at90pwm161/blocks/DA_CONVERTER.frt') diff --git a/amforth-6.5/avr8/devices/at90pwm161/blocks/DA_CONVERTER.frt b/amforth-6.5/avr8/devices/at90pwm161/blocks/DA_CONVERTER.frt deleted file mode 100644 index 9c36fb7..0000000 --- a/amforth-6.5/avr8/devices/at90pwm161/blocks/DA_CONVERTER.frt +++ /dev/null @@ -1,19 +0,0 @@ -\ Generated automatically for at90pwm161 -\ #require bitnames.frt - -\ DA_CONVERTER -$59 constant DACH \ DAC Data Register High Byte - $ff constant DACH_DACH \ DAC Data Register High Byte Bi - 59 $ff bitmask: DACH.DACH \ DAC Data Register High Byte Bi -$58 constant DACL \ DAC Data Register Low Byte - $ff constant DACL_DACL \ DAC Data Register Low Byte Bit - 58 $ff bitmask: DACL.DACL \ DAC Data Register Low Byte Bit -$76 constant DACON \ DAC Control Register - $80 constant DACON_DAATE \ DAC Auto Trigger Enable Bit - 76 $80 bitmask: DACON.DAATE \ DAC Auto Trigger Enable Bit - $70 constant DACON_DATS \ DAC Trigger Selection Bits - 76 $70 bitmask: DACON.DATS \ DAC Trigger Selection Bits - $4 constant DACON_DALA \ DAC Left Adjust - 76 $4 bitmask: DACON.DALA \ DAC Left Adjust - $1 constant DACON_DAEN \ DAC Enable Bit - 76 $1 bitmask: DACON.DAEN \ DAC Enable Bit -- cgit v1.2.3