X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_dsp56k.h;h=f86cb50b2c202aefb5a10111356e04144dbac487;hb=9ba9dcf2a59a952609e19154e11de3e2478cbf42;hp=e343af4a5f5383666bb27502910a027ea307b19b;hpb=766a22ae58928039e82f428d17a8a944ab2fb553;p=bertos.git diff --git a/drv/timer_dsp56k.h b/drv/timer_dsp56k.h old mode 100755 new mode 100644 index e343af4a..f86cb50b --- a/drv/timer_dsp56k.h +++ b/drv/timer_dsp56k.h @@ -1,10 +1,35 @@ #error This code must be revised for the new timer API -/*! +/** * \file * * * \version $Id$ @@ -16,6 +41,9 @@ /*#* *#* $Log$ + *#* Revision 1.10 2006/07/19 12:56:26 bernie + *#* Convert to new Doxygen style. + *#* *#* Revision 1.9 2006/02/21 21:28:02 bernie *#* New time handling based on TIMER_TICKS_PER_SEC to support slow timers with ticks longer than 1ms. *#* @@ -58,13 +86,13 @@ #define REG_SYSTEM_TIMER PP_CAT(REG_TIMER_, SYSTEM_TIMER) #define SYSTEM_TIMER_IRQ_VECTOR PP_CAT(IRQ_TIMER_, SYSTEM_TIMER) -//! Prescaler for the system timer +/// Prescaler for the system timer #define TIMER_PRESCALER 16 -//! Frequency of the hardware high precision timer +/// Frequency of the hardware high precision timer #define TIMER_HW_HPTICKS_PER_SEC (IPBUS_FREQ / TIMER_PRESCALER) -//! Type of time expressed in ticks of the hardware high precision timer +/// Type of time expressed in ticks of the hardware high precision timer typedef uint16_t hptime_t; static void system_timer_isr(UNUSED(iptr_t, arg));