123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
183:c7a9c309086c
Parent:
177:672ef279c8e0
--- a/DeviceISACS.h	Sun Jul 10 05:35:08 2016 +0000
+++ b/DeviceISACS.h	Sun Jul 31 06:19:02 2016 +0000
@@ -122,4 +122,23 @@
 
 void isacsProcess(void);
 
+//Compatibility functions section
+//HF_reg dac ttf: DAC code in HFO channel; value: voltage of HFO; value=(ttf>>4)/2048*(-12)-1.3; Range -13.2V...10.7V
+int16_t var_HF_reg(void);
+
+//HF_dif = HF_ref - HF_out
+int16_t var_HF_dif(void);
+
+//HF_ref s16 value of the reference
+uint16_t param_HF_ref(void);
+
+//HF_scl s16 HFO gain factor
+uint16_t param_HF_scl(void);
+
+//HF_min dac ttf:minimum DAC code in HFO channel; value:maximal voltage of HFO; value=(ttf>>4)/2048*(-12)-1.3; Range -13.2V...10.7V
+uint16_t param_HF_min(void);
+
+//HF_max dac ttf:maximum DAC code in HFO channel; value:minimal voltage of HFO; value=(ttf>>4)/2048*(-12)-1.3; Range -13.2V...10.7V
+uint16_t param_HF_max(void);
+
 #endif  /* __DEVICE_ISACS_H__ */
\ No newline at end of file