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
f664e443
Commit
f664e443
authored
May 31, 2012
by
Tomasz Wlostowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev/endpoint.c: removed unused functions
parent
62e58a1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
endpoint.c
dev/endpoint.c
+0
-21
No files found.
dev/endpoint.c
View file @
f664e443
...
...
@@ -158,27 +158,6 @@ int ep_get_deltas(uint32_t *delta_tx, uint32_t *delta_rx)
return
0
;
}
/* Prints out the RMON statistic counters */
void
ep_show_counters
()
{
int
i
;
for
(
i
=
0
;
i
<
16
;
i
++
)
TRACE_DEV
(
"cntr%d = %d
\n
"
,
i
,
EP
->
RMON_RAM
[
i
]);
}
int
ep_get_psval
(
int32_t
*
psval
)
{
uint32_t
val
;
val
=
EP
->
DMSR
;
if
(
val
&
EP_DMSR_PS_RDY
)
*
psval
=
EP_DMSR_PS_VAL_R
(
val
);
else
*
psval
=
0
;
return
val
&
EP_DMSR_PS_RDY
?
1
:
0
;
}
int
ep_cal_pattern_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