Change Details
libubb/include/ubb/regbase.h |
1 | 1 | /* |
2 | 2 | * include/ubb/regbase.h - Jz4740 minimum register definitions for UBB |
3 | 3 | * |
4 | | * Written 2011-2012 by Werner Almesberger |
5 | | * Copyright 2011-2012 Werner Almesberger |
| 4 | * Written 2011-2012, 2014 by Werner Almesberger |
| 5 | * Copyright 2011-2012, 2014 Werner Almesberger |
6 | 6 | * |
7 | 7 | * This program is free software; you can redistribute it and/or modify |
8 | 8 | * it under the terms of the GNU General Public License as published by |
... | ... | |
45 | 45 | #define PDDIR _GPIO(0x360) /* port D direction */ |
46 | 46 | #define PDDIRS _GPIO(0x364) /* port D direction set */ |
47 | 47 | #define PDDIRC _GPIO(0x368) /* port D direction clear */ |
| 48 | #define PDTRG _GPIO(0x370) /* port D trigger */ |
| 49 | #define PDTRGS _GPIO(0x374) /* port D trigger set */ |
| 50 | #define PDTRGC _GPIO(0x378) /* port D trigger clear */ |
48 | 51 | |
49 | 52 | #endif /* !UBB_REGBASE_H */ |
Download the corresponding diff file