Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
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
linux-elphel
Commits
cb29b42f
Commit
cb29b42f
authored
Jan 05, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base structure for membridge
parent
6f2d80e7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
125 additions
and
42 deletions
+125
-42
pgm_functions.c
src/drivers/elphel/pgm_functions.c
+1
-1
x393_videomem.c
src/drivers/elphel/x393_videomem.c
+124
-41
No files found.
src/drivers/elphel/pgm_functions.c
View file @
cb29b42f
...
...
@@ -1975,7 +1975,7 @@ int pgm_memsensor (int sensor_port, ///< sensor port number (
width_bursts
,
// 13-bit - in 8*16=128 bit bursts
height_marg
,
// 16-bit window height (in scan lines)
0
,
// 13-bit window left margin in 8-bursts (16 bytes)
0
,
// 16-bit window top margin (in scan lines
0
,
// 16-bit window top margin (in scan lines
)
(
frame16
<
0
)
?
ASAP
:
ABSOLUTE
,
// how to apply commands - directly or through channel sequencer
frame16
);
// Frame number the command should be applied to (if not immediate mode)
return
0
;
...
...
src/drivers/elphel/x393_videomem.c
View file @
cb29b42f
This diff is collapsed.
Click to expand it.
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