diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-05 05:03:36 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-05 05:03:36 +0000 |
commit | 6304718e371e590b09e176c05df21fc5fb631cec (patch) | |
tree | 49004ef275322a779594d8ebd5d69c9da8ba1d4e /openpicc/application/ssc.h | |
parent | 3ee3c4a649545d1f132bca61cc7484f0d5c92638 (diff) |
Port over the differential miller decoder from the sniffonly host tool
Move clock switch to its own header file
Specify default (and for non-clock switching capable hardware: single) clock source in hardware definitions
git-svn-id: https://svn.openpcd.org:2342/trunk@443 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/ssc.h')
-rw-r--r-- | openpicc/application/ssc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openpicc/application/ssc.h b/openpicc/application/ssc.h index ac74255..2f72e93 100644 --- a/openpicc/application/ssc.h +++ b/openpicc/application/ssc.h @@ -31,16 +31,10 @@ typedef enum { } ssc_callback_reason; typedef void (*ssc_callback_t)(ssc_callback_reason reason, void *data); -enum ssc_clock_source { - CLOCK_SELECT_PLL, - CLOCK_SELECT_CARRIER, - _MAX_CLOCK_SOURCES, -}; struct _ssc_handle; typedef struct _ssc_handle ssc_handle_t; -extern void ssc_select_clock(enum ssc_clock_source clock); extern void ssc_set_gate(int data_enabled); extern void ssc_frame_started(void); |