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 LG2 by
SIP.h
00001 00002 #define MAX_QEI_CNT 2147483646 //e .limit of input counter (INT32_MAX - 1) 00003 #define INT32MAX_DIV2 1073741823 //e. 0.5*MAX_QEI_CNT 00004 #define INT32MIN_DIV2 -1073741823 //e. -0.5*MAX_QEI_CNT 00005 00006 #define SHIFT_TO_FRACT (18) //e. shift for converting integer to float (14.18) format //r. сдвиг для преобразования целого числа к дробному формату 14.18 00007 00008 //#define OUTFREQ 00009 //#define RATESIM 00010 //#define GLOBALRATE 00011 #define CONSTCYCLE 00012 //#define DITHERSIM 00013 00014 extern unsigned Cnt_curr; 00015 extern unsigned Curr_Cnt_Vib; 00016 extern int Dif_Curr_Vib; 00017 extern int Dif_RG_vib_32; 00018 extern int Dif_Curr_32; 00019 extern __int64 Dif_RG_vib_64; 00020 00021 extern int WP_scope3, WP_scope4; 00022 /* 00023 extern int Dif_Curr_Array[8]; 00024 extern int Dif_Filt_Array[8]; 00025 */ 00026 00027
Generated on Thu Jul 14 2022 02:34:42 by
 1.7.2
 1.7.2 
    