Go to the documentation of this file.
19 #define AT91_PIT_MR 0x00
20 #define AT91_PIT_PITIEN (1 << 25)
21 #define AT91_PIT_PITEN (1 << 24)
22 #define AT91_PIT_PIV (0xfffff)
24 #define AT91_PIT_SR 0x04
25 #define AT91_PIT_PITS (1 << 0)
27 #define AT91_PIT_PIVR 0x08
28 #define AT91_PIT_PIIR 0x0c
29 #define AT91_PIT_PICNT (0xfff << 20)
30 #define AT91_PIT_CPIV (0xfffff)