TABLE OF CONTENTS


/Target [ Modules ]

[ Top ] [ Modules ]

DESCRIPTION

Target devices supported by the OS.


Target/ATMega32 [ Constants ]

[ Top ] [ Target ] [ Constants ]

DESCRIPTION

T

DECLARATION

#if _chip = 23
   Const Os_int_int0 = 1
   Const Os_int_int1 = 2
   Const Os_int_int2 = 3
   Const Os_int_ovf0 = 4
   Const Os_int_ovf1 = 5
   Const Os_int_ovf2 = 6
   Const Os_int_oc0 = 7
   Const Os_int_oc2 = 8
   Const Os_int_oc1a = 9
   Const Os_int_oc1b = 10
   Const Os_int_icp1 = 11
   Const Os_int_urxc = 12
   Const Os_int_utxc = 13
   Const Os_int_udre = 14
   Const Os_int_twi = 15
   Const Os_int_spi = 16
   Const Os_int_adcc = 17
   Const Os_int_aci = 18
   Const Os_int_erdy = 19
   Const Os_int_spmr = 20

   Const Os_int_count = 20

   Const Os_enable_extended_io = True
#endif

Target/ATMega644 [ Constants