diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-09 06:00:31 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-09 06:00:31 +0000 |
commit | 61ae0602b252c367c6c5514b113fdf9bacdddc0b (patch) | |
tree | d09c4713e89314a9f97141cf60a82c73585fb71c /openpicc/application/ssc_picc.h | |
parent | 4077ce43189067b2498b9fd0e306052ea18ed3fb (diff) |
Count and print late frames
Make load modulation level changeable on the fly
Better fdt calculation and ajustable fdt offset
git-svn-id: https://svn.openpcd.org:2342/trunk@378 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/ssc_picc.h')
-rw-r--r-- | openpicc/application/ssc_picc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/application/ssc_picc.h b/openpicc/application/ssc_picc.h index d141e44..a90f13e 100644 --- a/openpicc/application/ssc_picc.h +++ b/openpicc/application/ssc_picc.h @@ -40,6 +40,7 @@ extern ssc_irq_ext_t ssc_set_irq_extension(ssc_irq_ext_t ext_handler); extern int ssc_get_overflows(void); extern int ssc_count_free(void); +extern int ssc_get_late_frames(void); #define SSC_DMA_BUFFER_SIZE 2048 #define SSC_DMA_BUFFER_COUNT 4 |