timer.h File Reference

Go to the source code of this file.

Defines

#define NutEnableTimerIrq()
#define NutDisableTimerIrq()   NutIrqDisable(&sig_sysCompare)
#define NUT_HWCLK_PERIPHERAL_A   1
#define NUT_HWCLK_PERIPHERAL_B   2
#define NUT_HWCLK_PERIPHERAL_HSB   3
#define NUT_HWCLK_SLOW_CLOCK   4
#define NUT_HWCLK_MAX   4
#define NUT_HWCLK_PERIPHERAL   NUT_HWCLK_PERIPHERAL_A


Define Documentation

 
#define NutEnableTimerIrq (  ) 

Definition at line 44 of file timer.h.

 
#define NutDisableTimerIrq (  )     NutIrqDisable(&sig_sysCompare)

Definition at line 45 of file timer.h.

#define NUT_HWCLK_PERIPHERAL_A   1

PBA Clock

Definition at line 50 of file timer.h.

#define NUT_HWCLK_PERIPHERAL_B   2

PBB Clock

Definition at line 55 of file timer.h.

#define NUT_HWCLK_PERIPHERAL_HSB   3

HSB (High Speed Bus) Clock

Definition at line 60 of file timer.h.

#define NUT_HWCLK_SLOW_CLOCK   4

RC Oscillator. Also known as Slow Clock. This is used for the Watchdog timer and can be used as the main clock.

Definition at line 67 of file timer.h.

#define NUT_HWCLK_MAX   4

Definition at line 69 of file timer.h.

#define NUT_HWCLK_PERIPHERAL   NUT_HWCLK_PERIPHERAL_A

Definition at line 70 of file timer.h.

Referenced by At91SpiSetRate(), At91SpiSetup(), and AvrSpiSetup().


© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/