From d88d1207732a80156b5d2725b4c22869ef0b3d36 Mon Sep 17 00:00:00 2001 From: henryk Date: Tue, 11 Dec 2007 18:48:39 +0000 Subject: Several modifications to enable spinning until the correct phase is reached in tc_fdt (thereby taking the phase information from tc_fdt, resetting the phase in tc_cdiv) Still too much jitter (some bug in this code?) git-svn-id: https://svn.openpcd.org:2342/trunk@383 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/ssc_picc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openpicc/application/ssc_picc.h') diff --git a/openpicc/application/ssc_picc.h b/openpicc/application/ssc_picc.h index df6da36..5eb1160 100644 --- a/openpicc/application/ssc_picc.h +++ b/openpicc/application/ssc_picc.h @@ -84,5 +84,7 @@ typedef struct { extern ssc_dma_tx_buffer_t ssc_tx_buffer; extern void ssc_tx_start(ssc_dma_tx_buffer_t *buf); +extern volatile u_int32_t ssc_tx_fiq_fdt_cdiv; +extern volatile u_int32_t ssc_tx_fiq_fdt_ssc; #endif -- cgit v1.2.3