Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393
Commits
8c3c3a8a
Commit
8c3c3a8a
authored
Mar 28, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed more duplicate names
parent
e300b2ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
x393_types.h
py393/generated/x393_types.h
+1
-1
x393_export_c.py
py393/x393_export_c.py
+1
-1
No files found.
py393/generated/x393_types.h
View file @
8c3c3a8a
...
...
@@ -718,7 +718,7 @@ typedef struct {
u32
chn_a
:
2
;
// [27:26] (0) Enable A channel (camsync): 0,1 - nop, 2 - disab;e, 3 - enable
u32
soft
:
2
;
// [25:24] (0) Enable pin software control: 0,1 - nop, 2 - disab;e, 3 - enable
u32
:
4
;
u32
pin
8
:
2
;
// [19:18] (0) Output control for pin 0: 0 - nop, 1 - set low, 2 - set high, 3 - tristate
u32
pin
9
:
2
;
// [19:18] (0) Output control for pin 0: 0 - nop, 1 - set low, 2 - set high, 3 - tristate
u32
pin8
:
2
;
// [17:16] (0) Output control for pin 8: 0 - nop, 1 - set low, 2 - set high, 3 - tristate
u32
pin7
:
2
;
// [15:14] (0) Output control for pin 7: 0 - nop, 1 - set low, 2 - set high, 3 - tristate
u32
pin6
:
2
;
// [13:12] (0) Output control for pin 6: 0 - nop, 1 - set low, 2 - set high, 3 - tristate
...
...
py393/x393_export_c.py
View file @
8c3c3a8a
...
...
@@ -2153,7 +2153,7 @@ class X393ExportC(object):
dw
.
append
((
"pin6"
,
12
,
2
,
0
,
"Output control for pin 6: 0 - nop, 1 - set low, 2 - set high, 3 - tristate"
))
dw
.
append
((
"pin7"
,
14
,
2
,
0
,
"Output control for pin 7: 0 - nop, 1 - set low, 2 - set high, 3 - tristate"
))
dw
.
append
((
"pin8"
,
16
,
2
,
0
,
"Output control for pin 8: 0 - nop, 1 - set low, 2 - set high, 3 - tristate"
))
dw
.
append
((
"pin
8
"
,
18
,
2
,
0
,
"Output control for pin 0: 0 - nop, 1 - set low, 2 - set high, 3 - tristate"
))
dw
.
append
((
"pin
9
"
,
18
,
2
,
0
,
"Output control for pin 0: 0 - nop, 1 - set low, 2 - set high, 3 - tristate"
))
dw
.
append
((
"soft"
,
24
,
2
,
0
,
"Enable pin software control: 0,1 - nop, 2 - disab;e, 3 - enable"
))
dw
.
append
((
"chn_a"
,
26
,
2
,
0
,
"Enable A channel (camsync): 0,1 - nop, 2 - disab;e, 3 - enable"
))
dw
.
append
((
"chn_b"
,
28
,
2
,
0
,
"Enable B channel (reserved): 0,1 - nop, 2 - disab;e, 3 - enable"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment