Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
mcftimer.h File Reference

Go to the source code of this file.

Macros

#define MCFTIMER_TMR   0x00 /* Timer Mode reg (r/w) */
 
#define MCFTIMER_TRR   0x04 /* Timer Reference (r/w) */
 
#define MCFTIMER_TCR   0x08 /* Timer Capture reg (r/w) */
 
#define MCFTIMER_TCN   0x0C /* Timer Counter reg (r/w) */
 
#define MCFTIMER_TER   0x11 /* Timer Event reg (r/w) */
 
#define MCFTIMER_TMR_PREMASK   0xff00 /* Prescalar mask */
 
#define MCFTIMER_TMR_DISCE   0x0000 /* Disable capture */
 
#define MCFTIMER_TMR_ANYCE   0x00c0 /* Capture any edge */
 
#define MCFTIMER_TMR_FALLCE   0x0080 /* Capture fallingedge */
 
#define MCFTIMER_TMR_RISECE   0x0040 /* Capture rising edge */
 
#define MCFTIMER_TMR_ENOM   0x0020 /* Enable output toggle */
 
#define MCFTIMER_TMR_DISOM   0x0000 /* Do single output pulse */
 
#define MCFTIMER_TMR_ENORI   0x0010 /* Enable ref interrupt */
 
#define MCFTIMER_TMR_DISORI   0x0000 /* Disable ref interrupt */
 
#define MCFTIMER_TMR_RESTART   0x0008 /* Restart counter */
 
#define MCFTIMER_TMR_FREERUN   0x0000 /* Free running counter */
 
#define MCFTIMER_TMR_CLKTIN   0x0006 /* Input clock is TIN */
 
#define MCFTIMER_TMR_CLK16   0x0004 /* Input clock is /16 */
 
#define MCFTIMER_TMR_CLK1   0x0002 /* Input clock is /1 */
 
#define MCFTIMER_TMR_CLKSTOP   0x0000 /* Stop counter */
 
#define MCFTIMER_TMR_ENABLE   0x0001 /* Enable timer */
 
#define MCFTIMER_TMR_DISABLE   0x0000 /* Disable timer */
 
#define MCFTIMER_TER_CAP   0x01 /* Capture event */
 
#define MCFTIMER_TER_REF   0x02 /* Refernece event */
 

Macro Definition Documentation

#define MCFTIMER_TCN   0x0C /* Timer Counter reg (r/w) */

Definition at line 21 of file mcftimer.h.

#define MCFTIMER_TCR   0x08 /* Timer Capture reg (r/w) */

Definition at line 20 of file mcftimer.h.

#define MCFTIMER_TER   0x11 /* Timer Event reg (r/w) */

Definition at line 25 of file mcftimer.h.

#define MCFTIMER_TER_CAP   0x01 /* Capture event */

Definition at line 53 of file mcftimer.h.

#define MCFTIMER_TER_REF   0x02 /* Refernece event */

Definition at line 54 of file mcftimer.h.

#define MCFTIMER_TMR   0x00 /* Timer Mode reg (r/w) */

Definition at line 18 of file mcftimer.h.

#define MCFTIMER_TMR_ANYCE   0x00c0 /* Capture any edge */

Definition at line 34 of file mcftimer.h.

#define MCFTIMER_TMR_CLK1   0x0002 /* Input clock is /1 */

Definition at line 45 of file mcftimer.h.

#define MCFTIMER_TMR_CLK16   0x0004 /* Input clock is /16 */

Definition at line 44 of file mcftimer.h.

#define MCFTIMER_TMR_CLKSTOP   0x0000 /* Stop counter */

Definition at line 46 of file mcftimer.h.

#define MCFTIMER_TMR_CLKTIN   0x0006 /* Input clock is TIN */

Definition at line 43 of file mcftimer.h.

#define MCFTIMER_TMR_DISABLE   0x0000 /* Disable timer */

Definition at line 48 of file mcftimer.h.

#define MCFTIMER_TMR_DISCE   0x0000 /* Disable capture */

Definition at line 33 of file mcftimer.h.

#define MCFTIMER_TMR_DISOM   0x0000 /* Do single output pulse */

Definition at line 38 of file mcftimer.h.

#define MCFTIMER_TMR_DISORI   0x0000 /* Disable ref interrupt */

Definition at line 40 of file mcftimer.h.

#define MCFTIMER_TMR_ENABLE   0x0001 /* Enable timer */

Definition at line 47 of file mcftimer.h.

#define MCFTIMER_TMR_ENOM   0x0020 /* Enable output toggle */

Definition at line 37 of file mcftimer.h.

#define MCFTIMER_TMR_ENORI   0x0010 /* Enable ref interrupt */

Definition at line 39 of file mcftimer.h.

#define MCFTIMER_TMR_FALLCE   0x0080 /* Capture fallingedge */

Definition at line 35 of file mcftimer.h.

#define MCFTIMER_TMR_FREERUN   0x0000 /* Free running counter */

Definition at line 42 of file mcftimer.h.

#define MCFTIMER_TMR_PREMASK   0xff00 /* Prescalar mask */

Definition at line 32 of file mcftimer.h.

#define MCFTIMER_TMR_RESTART   0x0008 /* Restart counter */

Definition at line 41 of file mcftimer.h.

#define MCFTIMER_TMR_RISECE   0x0040 /* Capture rising edge */

Definition at line 36 of file mcftimer.h.

#define MCFTIMER_TRR   0x04 /* Timer Reference (r/w) */

Definition at line 19 of file mcftimer.h.