FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/layer1/cfile/l1_func.c @ 101:a103d40accc2
l1_func.c: passes compilation, object diffing begins
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 07 Apr 2016 19:26:29 +0000 |
parents | ba58ce852caf |
children | 334789c5338c |
comparison
equal
deleted
inserted
replaced
100:ba58ce852caf | 101:a103d40accc2 |
---|---|
70 | 70 |
71 #include <string.h> | 71 #include <string.h> |
72 #include "l1_types.h" | 72 #include "l1_types.h" |
73 #include "sys_types.h" | 73 #include "sys_types.h" |
74 #include "l1_const.h" | 74 #include "l1_const.h" |
75 #include "l1_rf61.h" | 75 #if (RF_FAM == 12) |
76 #include "l1_rf12.h" | |
77 #elif (RF_FAM == 61) | |
78 #include "l1_rf61.h" | |
79 #endif | |
76 #include "l1_time.h" | 80 #include "l1_time.h" |
77 #include "l1_signa.h" | 81 #include "l1_signa.h" |
78 | 82 |
79 #if TESTMODE | 83 #if TESTMODE |
80 #include "l1tm_defty.h" | 84 #include "l1tm_defty.h" |
1717 } | 1721 } |
1718 | 1722 |
1719 #endif // AMR | 1723 #endif // AMR |
1720 | 1724 |
1721 | 1725 |
1722 | 1726 /* |
1727 * FreeCalypso TCS211 reconstruction: the following l1_memcpy_16bit() | |
1728 * function has been moved to l1_dyn_dwl_func.c. | |
1729 */ | |
1730 | |
1731 #if 0 | |
1723 /*--------------------------------------------------------*/ | 1732 /*--------------------------------------------------------*/ |
1724 /* l1_memcpy_16bit() */ | 1733 /* l1_memcpy_16bit() */ |
1725 /*--------------------------------------------------------*/ | 1734 /*--------------------------------------------------------*/ |
1726 /* */ | 1735 /* */ |
1727 /* Description: */ | 1736 /* Description: */ |
1773 *cdst++ = *csrc++; | 1782 *cdst++ = *csrc++; |
1774 } | 1783 } |
1775 } | 1784 } |
1776 return; | 1785 return; |
1777 } | 1786 } |
1787 #endif | |
1778 | 1788 |
1779 /*-----------------------------------------------------------------*/ | 1789 /*-----------------------------------------------------------------*/ |
1780 /* l1s_restore_synchro */ | 1790 /* l1s_restore_synchro */ |
1781 /*-----------------------------------------------------------------*/ | 1791 /*-----------------------------------------------------------------*/ |
1782 /* Description: */ | 1792 /* Description: */ |