Changeset 942 for branches/reconfiguration/softs/drivers/xcu.h
- Timestamp:
- Feb 12, 2015, 2:59:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/softs/drivers/xcu.h
r887 r942 7 7 #define XCU_H 8 8 9 #include <soclib/xicu.h> 9 10 #include <stdint.h> 10 11 11 void xcu_set_ config(int x, int y, int idx, uint32_t val);12 uint32_t xcu_get_ config(int x, int y, int idx);12 void xcu_set_register(int x, int y, int func, int idx, uint32_t val); 13 uint32_t xcu_get_register(int x, int y, int func, int idx); 13 14 14 15 #endif
Note: See TracChangeset
for help on using the changeset viewer.