From 202b56a42c5e6a171ee43b469be48525d0e8e350 Mon Sep 17 00:00:00 2001 From: henryk Date: Wed, 12 Dec 2007 01:50:14 +0000 Subject: Add new miller decoder (not working yet) Vastly improve timing through CPU cycle counting. Jitter is now like 40ns (the SSC_DATA edge detection fuzziness) in 2 main clusters 4 CPU cycles (83ns) apart, plus an occasional glitch adding 4 CPU cycles in either direction git-svn-id: https://svn.openpcd.org:2342/trunk@385 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/tc_fdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpicc/application/tc_fdt.h') diff --git a/openpicc/application/tc_fdt.h b/openpicc/application/tc_fdt.h index 28e7e7e..6e89f51 100644 --- a/openpicc/application/tc_fdt.h +++ b/openpicc/application/tc_fdt.h @@ -5,6 +5,6 @@ extern void tc_fdt_init(void); extern void tc_fdt_set(u_int16_t count); -extern void __ramfunc tc_fdt_set_to_next_slot(int last_bit); +extern int tc_fdt_get_next_slot(int reference_time, int slotlen); #endif -- cgit v1.2.3