summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/inc/context.h
diff options
context:
space:
mode:
authorNicolas Schodet2011-05-12 14:23:18 +0200
committerNicolas Schodet2011-09-08 16:22:54 +0200
commit312e093208777de66cbc084c3bfc3dd710cfcd61 (patch)
tree9a58929ef68bd976259b8699580a914441aa23af /cesar/hal/phy/inc/context.h
parentc33847d8de066d8e2ac34594b4ff72d3f9f92593 (diff)
cesar/cp, cesar/hal/phy, cesar/mac/pbproc: use delta external, refs #572
When frequency error is known, use external delta. This means: - RESYS program must be patched, - change delta accumulation coefficients register, - store computed delta in hardware register.
Diffstat (limited to 'cesar/hal/phy/inc/context.h')
-rw-r--r--cesar/hal/phy/inc/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/hal/phy/inc/context.h b/cesar/hal/phy/inc/context.h
index ee999c7f54..0a21e76b77 100644
--- a/cesar/hal/phy/inc/context.h
+++ b/cesar/hal/phy/inc/context.h
@@ -70,6 +70,8 @@ struct phy_t
uint resys_gil_table[PHY_GIL_NB];
/** Start PBDMA on RESYS interrupt. */
bool pbdma_start_on_resys_it;
+ /** Whether frequency error is synchronised. */
+ bool freq_error_sync;
/** CAP activation mask. */
u8 cap_mask;
/** Phy stats. */