Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
Software for White Rabbit PTP Core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
29
Issues
29
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Software for White Rabbit PTP Core
Commits
1c96295c
Commit
1c96295c
authored
May 02, 2012
by
Tomasz Wlostowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed obsolete 1-st gen softpll files
parent
aac466f0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
519 deletions
+0
-519
softpll.c
dev/softpll.c
+0
-503
softpll.h
include/softpll.h
+0
-16
No files found.
dev/softpll.c
deleted
100644 → 0
View file @
aac466f0
This diff is collapsed.
Click to expand it.
include/softpll.h
deleted
100644 → 0
View file @
aac466f0
#ifndef __SOFTPLL_H
#define __SOFTPLL_H
#define SOFTPLL_AUX_ENABLED 1
#define SOFTPLL_AUX_LOCKED 2
void
softpll_enable
();
int
softpll_check_lock
();
void
softpll_disable
();
int
softpll_busy
();
void
softpll_set_phase
(
int
ps
);
int
softpll_get_setpoint
();
int
softpll_get_aux_status
();
#endif
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