]> rtime.felk.cvut.cz Git - sysless.git/commitdiff
Added missing constants for TPU prescaler values.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 23 Mar 2007 11:12:00 +0000 (11:12 +0000)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 16 Nov 2010 15:54:51 +0000 (16:54 +0100)
darcs-hash:20070323111231-f2ef6-e05f4eb98f50e18594bfdb9ec294ff23a1521fd5.gz

arch/h8300/mach-2638/defines/h8s2638h.h

index ce269c4fd8d6b7d82b793cd14f50ed822c932928..74cc76dbf9ed086356251d76aea72303e1301139 100644 (file)
 #define   TPCR_TPSC_45CC 0x05  /*   TCLKC (only 45) */
 #define   TPCR_TPSC_05CD 0x07  /*   TCLKD (only 05) */
 #define   TPCR_TPSC_135F256 0x06 /*   fi clock/256 (only 135) */
-                               /*   fi clock/1024 (only 234) */
-                               /*   fi clock/4096 (only 3) */
+#define   TPCR_TPSC_234F1024 0x05 /*   fi clock/1024 (only 234) */
+#define   TPCR_TPSC_3F4096 0x007    /*   fi clock/4096 (only 3) */
 #define   TPCR_CKEGm   0x018   /* Clock edge */
 #define   TPCR_CKEG_RIS        0x000   /*   Rising edge */
 #define   TPCR_CKEG_FAL        0x008   /*   Falling edge */