From 85e6b0617558ab3fcffd85c43cb5b0e38cd028e4 Mon Sep 17 00:00:00 2001 From: maralvira Date: Sun, 7 Nov 2010 14:19:17 +0000 Subject: [PATCH] Add pin definitions for each timer, they're fixed --- cpu/mc1322x/lib/include/tmr.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpu/mc1322x/lib/include/tmr.h b/cpu/mc1322x/lib/include/tmr.h index a1c0e55ca..a3b318dd5 100644 --- a/cpu/mc1322x/lib/include/tmr.h +++ b/cpu/mc1322x/lib/include/tmr.h @@ -30,7 +30,7 @@ * This file is part of libmc1322x: see http://mc1322x.devl.org * for details. * - * $Id: tmr.h,v 1.4 2010/11/07 14:17:20 maralvira Exp $ + * $Id: tmr.h,v 1.5 2010/11/07 14:19:17 maralvira Exp $ */ #ifndef TMR_H @@ -143,6 +143,10 @@ static volatile struct TMR_struct * const _TMR3 = (void *) (TMR3_BASE); #define TMR2 (*_TMR2) #define TMR3 (*_TMR3) +#define TMR0_PIN GPIO_08 +#define TMR1_PIN GPIO_09 +#define TMR2_PIN GPIO_10 +#define TMR3_PIN GPIO_11 /* Old timer definitions, for compatibility */ #ifndef REG_NO_COMPAT