Changes between Version 18 and Version 19 of Component/Vci Xicu
- Timestamp:
- Aug 10, 2012, 11:34:29 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Xicu
v18 v19 61 61 62 62 Software can use the following macro to access registers: 63 63 64 #define XICU_REG(func, index) (((func)<<5)|(index)) 64 65