Skip to content
Snippets Groups Projects
Commit 12c52105 authored by Jean-Claude BAU's avatar Jean-Claude BAU
Browse files

Update clock accuracy for GM (ARB)

Change clock accuracy from 0x21(100ns) to 0x20(25ns) for ARB Grand Master.
parent 1f503295
No related merge requests found
......@@ -93,8 +93,8 @@
#define PP_PTP_ACCURACY_GM_LOCKED 0x21
#define PP_PTP_ACCURACY_GM_HOLDOVER 0x21
#define PP_PTP_ACCURACY_GM_UNLOCKED 0xFE
#define PP_ARB_ACCURACY_GM_LOCKED 0x21
#define PP_ARB_ACCURACY_GM_HOLDOVER 0x21
#define PP_ARB_ACCURACY_GM_LOCKED 0x20
#define PP_ARB_ACCURACY_GM_HOLDOVER 0x20
#define PP_ARB_ACCURACY_GM_UNLOCKED 0xFE
#define PP_MIN_CLOCK_VARIANCE 0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment