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

Go to the source code of this file.

Macros

#define AT91_TC_BCR   0xc0 /* TC Block Control Register */
 
#define AT91_TC_SYNC   (1 << 0) /* Synchro Command */
 
#define AT91_TC_BMR   0xc4 /* TC Block Mode Register */
 
#define AT91_TC_TC0XC0S   (3 << 0) /* External Clock Signal 0 Selection */
 
#define AT91_TC_TC0XC0S_TCLK0   (0 << 0)
 
#define AT91_TC_TC0XC0S_NONE   (1 << 0)
 
#define AT91_TC_TC0XC0S_TIOA1   (2 << 0)
 
#define AT91_TC_TC0XC0S_TIOA2   (3 << 0)
 
#define AT91_TC_TC1XC1S   (3 << 2) /* External Clock Signal 1 Selection */
 
#define AT91_TC_TC1XC1S_TCLK1   (0 << 2)
 
#define AT91_TC_TC1XC1S_NONE   (1 << 2)
 
#define AT91_TC_TC1XC1S_TIOA0   (2 << 2)
 
#define AT91_TC_TC1XC1S_TIOA2   (3 << 2)
 
#define AT91_TC_TC2XC2S   (3 << 4) /* External Clock Signal 2 Selection */
 
#define AT91_TC_TC2XC2S_TCLK2   (0 << 4)
 
#define AT91_TC_TC2XC2S_NONE   (1 << 4)
 
#define AT91_TC_TC2XC2S_TIOA0   (2 << 4)
 
#define AT91_TC_TC2XC2S_TIOA1   (3 << 4)
 
#define AT91_TC_CCR   0x00 /* Channel Control Register */
 
#define AT91_TC_CLKEN   (1 << 0) /* Counter Clock Enable Command */
 
#define AT91_TC_CLKDIS   (1 << 1) /* Counter CLock Disable Command */
 
#define AT91_TC_SWTRG   (1 << 2) /* Software Trigger Command */
 
#define AT91_TC_CMR   0x04 /* Channel Mode Register */
 
#define AT91_TC_TCCLKS   (7 << 0) /* Capture/Waveform Mode: Clock Selection */
 
#define AT91_TC_TIMER_CLOCK1   (0 << 0)
 
#define AT91_TC_TIMER_CLOCK2   (1 << 0)
 
#define AT91_TC_TIMER_CLOCK3   (2 << 0)
 
#define AT91_TC_TIMER_CLOCK4   (3 << 0)
 
#define AT91_TC_TIMER_CLOCK5   (4 << 0)
 
#define AT91_TC_XC0   (5 << 0)
 
#define AT91_TC_XC1   (6 << 0)
 
#define AT91_TC_XC2   (7 << 0)
 
#define AT91_TC_CLKI   (1 << 3) /* Capture/Waveform Mode: Clock Invert */
 
#define AT91_TC_BURST   (3 << 4) /* Capture/Waveform Mode: Burst Signal Selection */
 
#define AT91_TC_LDBSTOP   (1 << 6) /* Capture Mode: Counter Clock Stopped with TB Loading */
 
#define AT91_TC_LDBDIS   (1 << 7) /* Capture Mode: Counter Clock Disable with RB Loading */
 
#define AT91_TC_ETRGEDG   (3 << 8) /* Capture Mode: External Trigger Edge Selection */
 
#define AT91_TC_ABETRG   (1 << 10) /* Capture Mode: TIOA or TIOB External Trigger Selection */
 
#define AT91_TC_CPCTRG   (1 << 14) /* Capture Mode: RC Compare Trigger Enable */
 
#define AT91_TC_WAVE   (1 << 15) /* Capture/Waveform mode */
 
#define AT91_TC_LDRA   (3 << 16) /* Capture Mode: RA Loading Selection */
 
#define AT91_TC_LDRB   (3 << 18) /* Capture Mode: RB Loading Selection */
 
#define AT91_TC_CPCSTOP   (1 << 6) /* Waveform Mode: Counter Clock Stopped with RC Compare */
 
#define AT91_TC_CPCDIS   (1 << 7) /* Waveform Mode: Counter Clock Disable with RC Compare */
 
#define AT91_TC_EEVTEDG   (3 << 8) /* Waveform Mode: External Event Edge Selection */
 
#define AT91_TC_EEVTEDG_NONE   (0 << 8)
 
#define AT91_TC_EEVTEDG_RISING   (1 << 8)
 
#define AT91_TC_EEVTEDG_FALLING   (2 << 8)
 
#define AT91_TC_EEVTEDG_BOTH   (3 << 8)
 
#define AT91_TC_EEVT   (3 << 10) /* Waveform Mode: External Event Selection */
 
#define AT91_TC_EEVT_TIOB   (0 << 10)
 
#define AT91_TC_EEVT_XC0   (1 << 10)
 
#define AT91_TC_EEVT_XC1   (2 << 10)
 
#define AT91_TC_EEVT_XC2   (3 << 10)
 
#define AT91_TC_ENETRG   (1 << 12) /* Waveform Mode: External Event Trigger Enable */
 
#define AT91_TC_WAVESEL   (3 << 13) /* Waveform Mode: Waveform Selection */
 
#define AT91_TC_WAVESEL_UP   (0 << 13)
 
#define AT91_TC_WAVESEL_UP_AUTO   (2 << 13)
 
#define AT91_TC_WAVESEL_UPDOWN   (1 << 13)
 
#define AT91_TC_WAVESEL_UPDOWN_AUTO   (3 << 13)
 
#define AT91_TC_ACPA   (3 << 16) /* Waveform Mode: RA Compare Effect on TIOA */
 
#define AT91_TC_ACPA_NONE   (0 << 16)
 
#define AT91_TC_ACPA_SET   (1 << 16)
 
#define AT91_TC_ACPA_CLEAR   (2 << 16)
 
#define AT91_TC_ACPA_TOGGLE   (3 << 16)
 
#define AT91_TC_ACPC   (3 << 18) /* Waveform Mode: RC Compre Effect on TIOA */
 
#define AT91_TC_ACPC_NONE   (0 << 18)
 
#define AT91_TC_ACPC_SET   (1 << 18)
 
#define AT91_TC_ACPC_CLEAR   (2 << 18)
 
#define AT91_TC_ACPC_TOGGLE   (3 << 18)
 
#define AT91_TC_AEEVT   (3 << 20) /* Waveform Mode: External Event Effect on TIOA */
 
#define AT91_TC_AEEVT_NONE   (0 << 20)
 
#define AT91_TC_AEEVT_SET   (1 << 20)
 
#define AT91_TC_AEEVT_CLEAR   (2 << 20)
 
#define AT91_TC_AEEVT_TOGGLE   (3 << 20)
 
#define AT91_TC_ASWTRG   (3 << 22) /* Waveform Mode: Software Trigger Effect on TIOA */
 
#define AT91_TC_ASWTRG_NONE   (0 << 22)
 
#define AT91_TC_ASWTRG_SET   (1 << 22)
 
#define AT91_TC_ASWTRG_CLEAR   (2 << 22)
 
#define AT91_TC_ASWTRG_TOGGLE   (3 << 22)
 
#define AT91_TC_BCPB   (3 << 24) /* Waveform Mode: RB Compare Effect on TIOB */
 
#define AT91_TC_BCPB_NONE   (0 << 24)
 
#define AT91_TC_BCPB_SET   (1 << 24)
 
#define AT91_TC_BCPB_CLEAR   (2 << 24)
 
#define AT91_TC_BCPB_TOGGLE   (3 << 24)
 
#define AT91_TC_BCPC   (3 << 26) /* Waveform Mode: RC Compare Effect on TIOB */
 
#define AT91_TC_BCPC_NONE   (0 << 26)
 
#define AT91_TC_BCPC_SET   (1 << 26)
 
#define AT91_TC_BCPC_CLEAR   (2 << 26)
 
#define AT91_TC_BCPC_TOGGLE   (3 << 26)
 
#define AT91_TC_BEEVT   (3 << 28) /* Waveform Mode: External Event Effect on TIOB */
 
#define AT91_TC_BEEVT_NONE   (0 << 28)
 
#define AT91_TC_BEEVT_SET   (1 << 28)
 
#define AT91_TC_BEEVT_CLEAR   (2 << 28)
 
#define AT91_TC_BEEVT_TOGGLE   (3 << 28)
 
#define AT91_TC_BSWTRG   (3 << 30) /* Waveform Mode: Software Trigger Effect on TIOB */
 
#define AT91_TC_BSWTRG_NONE   (0 << 30)
 
#define AT91_TC_BSWTRG_SET   (1 << 30)
 
#define AT91_TC_BSWTRG_CLEAR   (2 << 30)
 
#define AT91_TC_BSWTRG_TOGGLE   (3 << 30)
 
#define AT91_TC_CV   0x10 /* Counter Value */
 
#define AT91_TC_RA   0x14 /* Register A */
 
#define AT91_TC_RB   0x18 /* Register B */
 
#define AT91_TC_RC   0x1c /* Register C */
 
#define AT91_TC_SR   0x20 /* Status Register */
 
#define AT91_TC_COVFS   (1 << 0) /* Counter Overflow Status */
 
#define AT91_TC_LOVRS   (1 << 1) /* Load Overrun Status */
 
#define AT91_TC_CPAS   (1 << 2) /* RA Compare Status */
 
#define AT91_TC_CPBS   (1 << 3) /* RB Compare Status */
 
#define AT91_TC_CPCS   (1 << 4) /* RC Compare Status */
 
#define AT91_TC_LDRAS   (1 << 5) /* RA Loading Status */
 
#define AT91_TC_LDRBS   (1 << 6) /* RB Loading Status */
 
#define AT91_TC_ETRGS   (1 << 7) /* External Trigger Status */
 
#define AT91_TC_CLKSTA   (1 << 16) /* Clock Enabling Status */
 
#define AT91_TC_MTIOA   (1 << 17) /* TIOA Mirror */
 
#define AT91_TC_MTIOB   (1 << 18) /* TIOB Mirror */
 
#define AT91_TC_IER   0x24 /* Interrupt Enable Register */
 
#define AT91_TC_IDR   0x28 /* Interrupt Disable Register */
 
#define AT91_TC_IMR   0x2c /* Interrupt Mask Register */
 

Macro Definition Documentation

#define AT91_TC_ABETRG   (1 << 10) /* Capture Mode: TIOA or TIOB External Trigger Selection */

Definition at line 59 of file at91_tc.h.

#define AT91_TC_ACPA   (3 << 16) /* Waveform Mode: RA Compare Effect on TIOA */

Definition at line 83 of file at91_tc.h.

#define AT91_TC_ACPA_CLEAR   (2 << 16)

Definition at line 86 of file at91_tc.h.

#define AT91_TC_ACPA_NONE   (0 << 16)

Definition at line 84 of file at91_tc.h.

#define AT91_TC_ACPA_SET   (1 << 16)

Definition at line 85 of file at91_tc.h.

#define AT91_TC_ACPA_TOGGLE   (3 << 16)

Definition at line 87 of file at91_tc.h.

#define AT91_TC_ACPC   (3 << 18) /* Waveform Mode: RC Compre Effect on TIOA */

Definition at line 88 of file at91_tc.h.

#define AT91_TC_ACPC_CLEAR   (2 << 18)

Definition at line 91 of file at91_tc.h.

#define AT91_TC_ACPC_NONE   (0 << 18)

Definition at line 89 of file at91_tc.h.

#define AT91_TC_ACPC_SET   (1 << 18)

Definition at line 90 of file at91_tc.h.

#define AT91_TC_ACPC_TOGGLE   (3 << 18)

Definition at line 92 of file at91_tc.h.

#define AT91_TC_AEEVT   (3 << 20) /* Waveform Mode: External Event Effect on TIOA */

Definition at line 93 of file at91_tc.h.

#define AT91_TC_AEEVT_CLEAR   (2 << 20)

Definition at line 96 of file at91_tc.h.

#define AT91_TC_AEEVT_NONE   (0 << 20)

Definition at line 94 of file at91_tc.h.

#define AT91_TC_AEEVT_SET   (1 << 20)

Definition at line 95 of file at91_tc.h.

#define AT91_TC_AEEVT_TOGGLE   (3 << 20)

Definition at line 97 of file at91_tc.h.

#define AT91_TC_ASWTRG   (3 << 22) /* Waveform Mode: Software Trigger Effect on TIOA */

Definition at line 98 of file at91_tc.h.

#define AT91_TC_ASWTRG_CLEAR   (2 << 22)

Definition at line 101 of file at91_tc.h.

#define AT91_TC_ASWTRG_NONE   (0 << 22)

Definition at line 99 of file at91_tc.h.

#define AT91_TC_ASWTRG_SET   (1 << 22)

Definition at line 100 of file at91_tc.h.

#define AT91_TC_ASWTRG_TOGGLE   (3 << 22)

Definition at line 102 of file at91_tc.h.

#define AT91_TC_BCPB   (3 << 24) /* Waveform Mode: RB Compare Effect on TIOB */

Definition at line 103 of file at91_tc.h.

#define AT91_TC_BCPB_CLEAR   (2 << 24)

Definition at line 106 of file at91_tc.h.

#define AT91_TC_BCPB_NONE   (0 << 24)

Definition at line 104 of file at91_tc.h.

#define AT91_TC_BCPB_SET   (1 << 24)

Definition at line 105 of file at91_tc.h.

#define AT91_TC_BCPB_TOGGLE   (3 << 24)

Definition at line 107 of file at91_tc.h.

#define AT91_TC_BCPC   (3 << 26) /* Waveform Mode: RC Compare Effect on TIOB */

Definition at line 108 of file at91_tc.h.

#define AT91_TC_BCPC_CLEAR   (2 << 26)

Definition at line 111 of file at91_tc.h.

#define AT91_TC_BCPC_NONE   (0 << 26)

Definition at line 109 of file at91_tc.h.

#define AT91_TC_BCPC_SET   (1 << 26)

Definition at line 110 of file at91_tc.h.

#define AT91_TC_BCPC_TOGGLE   (3 << 26)

Definition at line 112 of file at91_tc.h.

#define AT91_TC_BCR   0xc0 /* TC Block Control Register */

Definition at line 18 of file at91_tc.h.

#define AT91_TC_BEEVT   (3 << 28) /* Waveform Mode: External Event Effect on TIOB */

Definition at line 113 of file at91_tc.h.

#define AT91_TC_BEEVT_CLEAR   (2 << 28)

Definition at line 116 of file at91_tc.h.

#define AT91_TC_BEEVT_NONE   (0 << 28)

Definition at line 114 of file at91_tc.h.

#define AT91_TC_BEEVT_SET   (1 << 28)

Definition at line 115 of file at91_tc.h.

#define AT91_TC_BEEVT_TOGGLE   (3 << 28)

Definition at line 117 of file at91_tc.h.

#define AT91_TC_BMR   0xc4 /* TC Block Mode Register */

Definition at line 21 of file at91_tc.h.

#define AT91_TC_BSWTRG   (3 << 30) /* Waveform Mode: Software Trigger Effect on TIOB */

Definition at line 118 of file at91_tc.h.

#define AT91_TC_BSWTRG_CLEAR   (2 << 30)

Definition at line 121 of file at91_tc.h.

#define AT91_TC_BSWTRG_NONE   (0 << 30)

Definition at line 119 of file at91_tc.h.

#define AT91_TC_BSWTRG_SET   (1 << 30)

Definition at line 120 of file at91_tc.h.

#define AT91_TC_BSWTRG_TOGGLE   (3 << 30)

Definition at line 122 of file at91_tc.h.

#define AT91_TC_BURST   (3 << 4) /* Capture/Waveform Mode: Burst Signal Selection */

Definition at line 55 of file at91_tc.h.

#define AT91_TC_CCR   0x00 /* Channel Control Register */

Definition at line 39 of file at91_tc.h.

#define AT91_TC_CLKDIS   (1 << 1) /* Counter CLock Disable Command */

Definition at line 41 of file at91_tc.h.

#define AT91_TC_CLKEN   (1 << 0) /* Counter Clock Enable Command */

Definition at line 40 of file at91_tc.h.

#define AT91_TC_CLKI   (1 << 3) /* Capture/Waveform Mode: Clock Invert */

Definition at line 54 of file at91_tc.h.

#define AT91_TC_CLKSTA   (1 << 16) /* Clock Enabling Status */

Definition at line 138 of file at91_tc.h.

#define AT91_TC_CMR   0x04 /* Channel Mode Register */

Definition at line 44 of file at91_tc.h.

#define AT91_TC_COVFS   (1 << 0) /* Counter Overflow Status */

Definition at line 130 of file at91_tc.h.

#define AT91_TC_CPAS   (1 << 2) /* RA Compare Status */

Definition at line 132 of file at91_tc.h.

#define AT91_TC_CPBS   (1 << 3) /* RB Compare Status */

Definition at line 133 of file at91_tc.h.

#define AT91_TC_CPCDIS   (1 << 7) /* Waveform Mode: Counter Clock Disable with RC Compare */

Definition at line 66 of file at91_tc.h.

#define AT91_TC_CPCS   (1 << 4) /* RC Compare Status */

Definition at line 134 of file at91_tc.h.

#define AT91_TC_CPCSTOP   (1 << 6) /* Waveform Mode: Counter Clock Stopped with RC Compare */

Definition at line 65 of file at91_tc.h.

#define AT91_TC_CPCTRG   (1 << 14) /* Capture Mode: RC Compare Trigger Enable */

Definition at line 60 of file at91_tc.h.

#define AT91_TC_CV   0x10 /* Counter Value */

Definition at line 124 of file at91_tc.h.

#define AT91_TC_EEVT   (3 << 10) /* Waveform Mode: External Event Selection */

Definition at line 72 of file at91_tc.h.

#define AT91_TC_EEVT_TIOB   (0 << 10)

Definition at line 73 of file at91_tc.h.

#define AT91_TC_EEVT_XC0   (1 << 10)

Definition at line 74 of file at91_tc.h.

#define AT91_TC_EEVT_XC1   (2 << 10)

Definition at line 75 of file at91_tc.h.

#define AT91_TC_EEVT_XC2   (3 << 10)

Definition at line 76 of file at91_tc.h.

#define AT91_TC_EEVTEDG   (3 << 8) /* Waveform Mode: External Event Edge Selection */

Definition at line 67 of file at91_tc.h.

#define AT91_TC_EEVTEDG_BOTH   (3 << 8)

Definition at line 71 of file at91_tc.h.

#define AT91_TC_EEVTEDG_FALLING   (2 << 8)

Definition at line 70 of file at91_tc.h.

#define AT91_TC_EEVTEDG_NONE   (0 << 8)

Definition at line 68 of file at91_tc.h.

#define AT91_TC_EEVTEDG_RISING   (1 << 8)

Definition at line 69 of file at91_tc.h.

#define AT91_TC_ENETRG   (1 << 12) /* Waveform Mode: External Event Trigger Enable */

Definition at line 77 of file at91_tc.h.

#define AT91_TC_ETRGEDG   (3 << 8) /* Capture Mode: External Trigger Edge Selection */

Definition at line 58 of file at91_tc.h.

#define AT91_TC_ETRGS   (1 << 7) /* External Trigger Status */

Definition at line 137 of file at91_tc.h.

#define AT91_TC_IDR   0x28 /* Interrupt Disable Register */

Definition at line 143 of file at91_tc.h.

#define AT91_TC_IER   0x24 /* Interrupt Enable Register */

Definition at line 142 of file at91_tc.h.

#define AT91_TC_IMR   0x2c /* Interrupt Mask Register */

Definition at line 144 of file at91_tc.h.

#define AT91_TC_LDBDIS   (1 << 7) /* Capture Mode: Counter Clock Disable with RB Loading */

Definition at line 57 of file at91_tc.h.

#define AT91_TC_LDBSTOP   (1 << 6) /* Capture Mode: Counter Clock Stopped with TB Loading */

Definition at line 56 of file at91_tc.h.

#define AT91_TC_LDRA   (3 << 16) /* Capture Mode: RA Loading Selection */

Definition at line 62 of file at91_tc.h.

#define AT91_TC_LDRAS   (1 << 5) /* RA Loading Status */

Definition at line 135 of file at91_tc.h.

#define AT91_TC_LDRB   (3 << 18) /* Capture Mode: RB Loading Selection */

Definition at line 63 of file at91_tc.h.

#define AT91_TC_LDRBS   (1 << 6) /* RB Loading Status */

Definition at line 136 of file at91_tc.h.

#define AT91_TC_LOVRS   (1 << 1) /* Load Overrun Status */

Definition at line 131 of file at91_tc.h.

#define AT91_TC_MTIOA   (1 << 17) /* TIOA Mirror */

Definition at line 139 of file at91_tc.h.

#define AT91_TC_MTIOB   (1 << 18) /* TIOB Mirror */

Definition at line 140 of file at91_tc.h.

#define AT91_TC_RA   0x14 /* Register A */

Definition at line 125 of file at91_tc.h.

#define AT91_TC_RB   0x18 /* Register B */

Definition at line 126 of file at91_tc.h.

#define AT91_TC_RC   0x1c /* Register C */

Definition at line 127 of file at91_tc.h.

#define AT91_TC_SR   0x20 /* Status Register */

Definition at line 129 of file at91_tc.h.

#define AT91_TC_SWTRG   (1 << 2) /* Software Trigger Command */

Definition at line 42 of file at91_tc.h.

#define AT91_TC_SYNC   (1 << 0) /* Synchro Command */

Definition at line 19 of file at91_tc.h.

#define AT91_TC_TC0XC0S   (3 << 0) /* External Clock Signal 0 Selection */

Definition at line 22 of file at91_tc.h.

#define AT91_TC_TC0XC0S_NONE   (1 << 0)

Definition at line 24 of file at91_tc.h.

#define AT91_TC_TC0XC0S_TCLK0   (0 << 0)

Definition at line 23 of file at91_tc.h.

#define AT91_TC_TC0XC0S_TIOA1   (2 << 0)

Definition at line 25 of file at91_tc.h.

#define AT91_TC_TC0XC0S_TIOA2   (3 << 0)

Definition at line 26 of file at91_tc.h.

#define AT91_TC_TC1XC1S   (3 << 2) /* External Clock Signal 1 Selection */

Definition at line 27 of file at91_tc.h.

#define AT91_TC_TC1XC1S_NONE   (1 << 2)

Definition at line 29 of file at91_tc.h.

#define AT91_TC_TC1XC1S_TCLK1   (0 << 2)

Definition at line 28 of file at91_tc.h.

#define AT91_TC_TC1XC1S_TIOA0   (2 << 2)

Definition at line 30 of file at91_tc.h.

#define AT91_TC_TC1XC1S_TIOA2   (3 << 2)

Definition at line 31 of file at91_tc.h.

#define AT91_TC_TC2XC2S   (3 << 4) /* External Clock Signal 2 Selection */

Definition at line 32 of file at91_tc.h.

#define AT91_TC_TC2XC2S_NONE   (1 << 4)

Definition at line 34 of file at91_tc.h.

#define AT91_TC_TC2XC2S_TCLK2   (0 << 4)

Definition at line 33 of file at91_tc.h.

#define AT91_TC_TC2XC2S_TIOA0   (2 << 4)

Definition at line 35 of file at91_tc.h.

#define AT91_TC_TC2XC2S_TIOA1   (3 << 4)

Definition at line 36 of file at91_tc.h.

#define AT91_TC_TCCLKS   (7 << 0) /* Capture/Waveform Mode: Clock Selection */

Definition at line 45 of file at91_tc.h.

#define AT91_TC_TIMER_CLOCK1   (0 << 0)

Definition at line 46 of file at91_tc.h.

#define AT91_TC_TIMER_CLOCK2   (1 << 0)

Definition at line 47 of file at91_tc.h.

#define AT91_TC_TIMER_CLOCK3   (2 << 0)

Definition at line 48 of file at91_tc.h.

#define AT91_TC_TIMER_CLOCK4   (3 << 0)

Definition at line 49 of file at91_tc.h.

#define AT91_TC_TIMER_CLOCK5   (4 << 0)

Definition at line 50 of file at91_tc.h.

#define AT91_TC_WAVE   (1 << 15) /* Capture/Waveform mode */

Definition at line 61 of file at91_tc.h.

#define AT91_TC_WAVESEL   (3 << 13) /* Waveform Mode: Waveform Selection */

Definition at line 78 of file at91_tc.h.

#define AT91_TC_WAVESEL_UP   (0 << 13)

Definition at line 79 of file at91_tc.h.

#define AT91_TC_WAVESEL_UP_AUTO   (2 << 13)

Definition at line 80 of file at91_tc.h.

#define AT91_TC_WAVESEL_UPDOWN   (1 << 13)

Definition at line 81 of file at91_tc.h.

#define AT91_TC_WAVESEL_UPDOWN_AUTO   (3 << 13)

Definition at line 82 of file at91_tc.h.

#define AT91_TC_XC0   (5 << 0)

Definition at line 51 of file at91_tc.h.

#define AT91_TC_XC1   (6 << 0)

Definition at line 52 of file at91_tc.h.

#define AT91_TC_XC2   (7 << 0)

Definition at line 53 of file at91_tc.h.