We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3880d2d commit 18186afCopy full SHA for 18186af
lib/vc8000nanoe/inc/reg_offset_v7.h
@@ -45,9 +45,17 @@
45
#ifndef __HENC_REGISTER_OFFSET_H__
46
#define __HENC_REGISTER_OFFSET_H__
47
48
+/* ASIC identifier */
49
+#define BASE_HEncASIC 0x0U
50
+
51
/* IRQ Source Map. */
52
#define BASE_HEncIRQ 0x4U
53
54
+/* Control 7 */
55
+#define BASE_HEncControl7 0x54U
56
57
+/* HW synthesis config */
58
+#define BASE_HEncSynth 0xfcU
59
60
/* HW synthesis config register 2, read-only */
61
#define BASE_HWFuse2 0x4a0U
@@ -332,4 +340,7 @@
332
340
/* Last Fake Register for Register Counting. */
333
341
#define BASE_HEncRegisterMax 0x7c8U
334
342
343
+/* HW synthesis config 1 */
344
+#define BASE_HEncSynth1 0xa58U
345
335
346
#endif /* __HENC_REGISTER_OFFSET_H__ */
0 commit comments