Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LG by
SIP.h@28:1c9acd3b224d, 2016-02-04 (annotated)
- Committer:
- Kovalev_D
- Date:
- Thu Feb 04 10:21:57 2016 +0000
- Revision:
- 28:1c9acd3b224d
- Parent:
- 21:bc8c1cec3da6
13:21
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| igor_v | 0:8ad47e2b6f00 | 1 | |
| igor_v | 0:8ad47e2b6f00 | 2 | #define MAX_QEI_CNT 2147483646 //e .limit of input counter (INT32_MAX - 1) |
| igor_v | 0:8ad47e2b6f00 | 3 | #define INT32MAX_DIV2 1073741823 //e. 0.5*MAX_QEI_CNT |
| igor_v | 0:8ad47e2b6f00 | 4 | #define INT32MIN_DIV2 -1073741823 //e. -0.5*MAX_QEI_CNT |
| igor_v | 0:8ad47e2b6f00 | 5 | |
| igor_v | 21:bc8c1cec3da6 | 6 | #define SHIFT_TO_FRACT (18) //e. shift for converting integer to float (14.18) format //r. сдвиг для преобразования целого числа к дробному формату 14.18 |
| igor_v | 0:8ad47e2b6f00 | 7 | |
| igor_v | 0:8ad47e2b6f00 | 8 | //#define OUTFREQ |
| igor_v | 0:8ad47e2b6f00 | 9 | //#define RATESIM |
| igor_v | 0:8ad47e2b6f00 | 10 | //#define GLOBALRATE |
| igor_v | 0:8ad47e2b6f00 | 11 | #define CONSTCYCLE |
| igor_v | 0:8ad47e2b6f00 | 12 | //#define DITHERSIM |
| igor_v | 0:8ad47e2b6f00 | 13 | |
| igor_v | 0:8ad47e2b6f00 | 14 | extern unsigned Cnt_curr; |
| igor_v | 0:8ad47e2b6f00 | 15 | extern unsigned Curr_Cnt_Vib; |
| igor_v | 0:8ad47e2b6f00 | 16 | extern int Dif_Curr_Vib; |
| igor_v | 0:8ad47e2b6f00 | 17 | extern int Dif_RG_vib_32; |
| igor_v | 0:8ad47e2b6f00 | 18 | extern int Dif_Curr_32; |
| igor_v | 0:8ad47e2b6f00 | 19 | extern __int64 Dif_RG_vib_64; |
| igor_v | 0:8ad47e2b6f00 | 20 | |
| igor_v | 0:8ad47e2b6f00 | 21 | extern int WP_scope3, WP_scope4; |
| igor_v | 0:8ad47e2b6f00 | 22 | /* |
| igor_v | 0:8ad47e2b6f00 | 23 | extern int Dif_Curr_Array[8]; |
| igor_v | 0:8ad47e2b6f00 | 24 | extern int Dif_Filt_Array[8]; |
| igor_v | 0:8ad47e2b6f00 | 25 | */ |
| igor_v | 0:8ad47e2b6f00 | 26 | |
| igor_v | 0:8ad47e2b6f00 | 27 |
