mbed library for STMicroelectronics' X-NUCLEO-IKA01A1 expansion board.
Dependents: HelloWorld_IKA01A1
Fork of X_NUCLEO_IKA01A1 by
Library for STMicroelectronics' X-NUCLEO-IKA01A1 multifunctional expansion board based on operational amplifiers.
Components/tsz124/tsz124_class.h@20:169bdc228a7b, 2016-04-11 (annotated)
- Committer:
- hemddabral
- Date:
- Mon Apr 11 07:32:53 2016 +0000
- Revision:
- 20:169bdc228a7b
- Parent:
- 17:cbdee5f7a2aa
- Child:
- 21:8d0624950dd1
updated x_nucleo_ika01a1_config.h file
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
hemddabral | 2:19d1dcef0c0e | 1 | /** |
hemddabral | 2:19d1dcef0c0e | 2 | ****************************************************************************** |
hemddabral | 2:19d1dcef0c0e | 3 | * @file TSZ124.c |
hemddabral | 2:19d1dcef0c0e | 4 | * @author Central Labs |
hemddabral | 2:19d1dcef0c0e | 5 | * @version 1.0.0 |
hemddabral | 2:19d1dcef0c0e | 6 | * @date 11-February-2016 |
hemddabral | 2:19d1dcef0c0e | 7 | * @brief Portable architecture for TSZ124 |
hemddabral | 2:19d1dcef0c0e | 8 | ****************************************************************************** |
hemddabral | 2:19d1dcef0c0e | 9 | * @attention |
hemddabral | 2:19d1dcef0c0e | 10 | * |
hemddabral | 2:19d1dcef0c0e | 11 | * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> |
hemddabral | 2:19d1dcef0c0e | 12 | * |
hemddabral | 2:19d1dcef0c0e | 13 | * Redistribution and use in source and binary forms, with or without modification, |
hemddabral | 2:19d1dcef0c0e | 14 | * are permitted provided that the following conditions are met: |
hemddabral | 2:19d1dcef0c0e | 15 | * 1. Redistributions of source code must retain the above copyright notice, |
hemddabral | 2:19d1dcef0c0e | 16 | * this list of conditions and the following disclaimer. |
hemddabral | 2:19d1dcef0c0e | 17 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
hemddabral | 2:19d1dcef0c0e | 18 | * this list of conditions and the following disclaimer in the documentation |
hemddabral | 2:19d1dcef0c0e | 19 | * and/or other materials provided with the distribution. |
hemddabral | 2:19d1dcef0c0e | 20 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
hemddabral | 2:19d1dcef0c0e | 21 | * may be used to endorse or promote products derived from this software |
hemddabral | 2:19d1dcef0c0e | 22 | * without specific prior written permission. |
hemddabral | 2:19d1dcef0c0e | 23 | * |
hemddabral | 2:19d1dcef0c0e | 24 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
hemddabral | 2:19d1dcef0c0e | 25 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
hemddabral | 2:19d1dcef0c0e | 26 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
hemddabral | 2:19d1dcef0c0e | 27 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
hemddabral | 2:19d1dcef0c0e | 28 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
hemddabral | 2:19d1dcef0c0e | 29 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
hemddabral | 2:19d1dcef0c0e | 30 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
hemddabral | 2:19d1dcef0c0e | 31 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
hemddabral | 2:19d1dcef0c0e | 32 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
hemddabral | 2:19d1dcef0c0e | 33 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
hemddabral | 2:19d1dcef0c0e | 34 | * |
hemddabral | 2:19d1dcef0c0e | 35 | ****************************************************************************** |
hemddabral | 2:19d1dcef0c0e | 36 | */ |
hemddabral | 2:19d1dcef0c0e | 37 | |
hemddabral | 2:19d1dcef0c0e | 38 | |
hemddabral | 2:19d1dcef0c0e | 39 | /* Generated with STM32CubeTOO -----------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 40 | |
hemddabral | 2:19d1dcef0c0e | 41 | |
hemddabral | 2:19d1dcef0c0e | 42 | /* Revision ------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 43 | /* |
hemddabral | 2:19d1dcef0c0e | 44 | Repository: http://svn.x-nucleodev.codex.cro.st.com/svnroot/X-NucleoDev |
hemddabral | 2:19d1dcef0c0e | 45 | Branch/Trunk/Tag: trunk |
hemddabral | 2:19d1dcef0c0e | 46 | Based on: X-CUBE-IKA01A1/trunk/Drivers/BSP/Components/tsz124/tsz124.h |
hemddabral | 2:19d1dcef0c0e | 47 | Revision: 402 |
hemddabral | 2:19d1dcef0c0e | 48 | */ |
hemddabral | 2:19d1dcef0c0e | 49 | |
hemddabral | 2:19d1dcef0c0e | 50 | |
hemddabral | 2:19d1dcef0c0e | 51 | /* Define to prevent recursive inclusion -------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 52 | |
hemddabral | 2:19d1dcef0c0e | 53 | #ifndef __TSZ124_CLASS_H |
hemddabral | 2:19d1dcef0c0e | 54 | #define __TSZ124_CLASS_H |
hemddabral | 2:19d1dcef0c0e | 55 | |
hemddabral | 2:19d1dcef0c0e | 56 | |
hemddabral | 2:19d1dcef0c0e | 57 | /* Includes ------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 58 | |
hemddabral | 2:19d1dcef0c0e | 59 | /* ACTION 1 ------------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 60 | * Include here platform specific header files. * |
hemddabral | 2:19d1dcef0c0e | 61 | *----------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 62 | #include "mbed.h" |
hemddabral | 2:19d1dcef0c0e | 63 | /* ACTION 2 ------------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 64 | * Include here component specific header files. * |
hemddabral | 2:19d1dcef0c0e | 65 | *----------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 66 | #include "tsz124.h" |
hemddabral | 2:19d1dcef0c0e | 67 | /* ACTION 3 ------------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 68 | * Include here interface specific header files. * |
hemddabral | 2:19d1dcef0c0e | 69 | * * |
hemddabral | 2:19d1dcef0c0e | 70 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 71 | * #include "../Interfaces/Humidity_class.h" * |
hemddabral | 2:19d1dcef0c0e | 72 | * #include "../Interfaces/Temperature_class.h" * |
hemddabral | 2:19d1dcef0c0e | 73 | *----------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 74 | #include "../Interfaces/Instrumentation_amp_class.h" |
hemddabral | 20:169bdc228a7b | 75 | #include "x_nucleo_ika01a1_config.h" |
hemddabral | 2:19d1dcef0c0e | 76 | |
hemddabral | 2:19d1dcef0c0e | 77 | |
hemddabral | 2:19d1dcef0c0e | 78 | /* Classes -------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 79 | |
hemddabral | 2:19d1dcef0c0e | 80 | /** |
hemddabral | 13:9cecc8d66cc1 | 81 | * @brief Class representing a TSZ124 operational amplifier component. |
hemddabral | 2:19d1dcef0c0e | 82 | */ |
hemddabral | 2:19d1dcef0c0e | 83 | class TSZ124 : public Instrumentation_amp |
hemddabral | 2:19d1dcef0c0e | 84 | { |
hemddabral | 2:19d1dcef0c0e | 85 | public: |
hemddabral | 2:19d1dcef0c0e | 86 | |
hemddabral | 2:19d1dcef0c0e | 87 | /*** Constructor and Destructor Methods ***/ |
hemddabral | 2:19d1dcef0c0e | 88 | |
hemddabral | 2:19d1dcef0c0e | 89 | /** |
hemddabral | 2:19d1dcef0c0e | 90 | * @brief Constructor. |
hemddabral | 2:19d1dcef0c0e | 91 | */ |
hemddabral | 2:19d1dcef0c0e | 92 | TSZ124(void) : Instrumentation_amp() |
hemddabral | 2:19d1dcef0c0e | 93 | { |
hemddabral | 2:19d1dcef0c0e | 94 | /* ACTION 4 ----------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 95 | * Initialize here the component's member variables, one variable per * |
hemddabral | 2:19d1dcef0c0e | 96 | * line. * |
hemddabral | 2:19d1dcef0c0e | 97 | * * |
hemddabral | 2:19d1dcef0c0e | 98 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 99 | * measure = 0; * |
hemddabral | 2:19d1dcef0c0e | 100 | * instance_id = number_of_instances++; * |
hemddabral | 2:19d1dcef0c0e | 101 | *--------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 102 | } |
hemddabral | 2:19d1dcef0c0e | 103 | |
hemddabral | 2:19d1dcef0c0e | 104 | /** |
hemddabral | 2:19d1dcef0c0e | 105 | * @brief Destructor. |
hemddabral | 2:19d1dcef0c0e | 106 | */ |
hemddabral | 2:19d1dcef0c0e | 107 | virtual ~TSZ124(void) {} |
hemddabral | 2:19d1dcef0c0e | 108 | |
hemddabral | 2:19d1dcef0c0e | 109 | |
hemddabral | 2:19d1dcef0c0e | 110 | /*** Public Component Related Methods ***/ |
hemddabral | 2:19d1dcef0c0e | 111 | |
hemddabral | 13:9cecc8d66cc1 | 112 | |
hemddabral | 13:9cecc8d66cc1 | 113 | /** |
hemddabral | 13:9cecc8d66cc1 | 114 | * @brief initialize class for TSZ124 operational amplifier component |
hemddabral | 13:9cecc8d66cc1 | 115 | * @retval COMPONENT_OK if initialization is successfull |
hemddabral | 13:9cecc8d66cc1 | 116 | * @retval suitable error code otherwise |
hemddabral | 13:9cecc8d66cc1 | 117 | */ |
hemddabral | 2:19d1dcef0c0e | 118 | virtual int Init(void *init = NULL) |
hemddabral | 2:19d1dcef0c0e | 119 | { |
hemddabral | 2:19d1dcef0c0e | 120 | return (int) TSZ124_Init((void *) init); |
hemddabral | 2:19d1dcef0c0e | 121 | } |
hemddabral | 2:19d1dcef0c0e | 122 | |
hemddabral | 13:9cecc8d66cc1 | 123 | /** |
hemddabral | 13:9cecc8d66cc1 | 124 | * @brief obtain component ID for TSZ124 perational amplifier |
hemddabral | 13:9cecc8d66cc1 | 125 | * @retval component ID for TSZ124 operational amplifier |
hemddabral | 13:9cecc8d66cc1 | 126 | */ |
hemddabral | 2:19d1dcef0c0e | 127 | virtual int ReadID(uint8_t *id = NULL) |
hemddabral | 2:19d1dcef0c0e | 128 | { |
hemddabral | 2:19d1dcef0c0e | 129 | return (int) TSZ124_ReadID((uint8_t *) id); |
hemddabral | 2:19d1dcef0c0e | 130 | } |
hemddabral | 2:19d1dcef0c0e | 131 | |
hemddabral | 13:9cecc8d66cc1 | 132 | /** |
hemddabral | 13:9cecc8d66cc1 | 133 | * @brief obtain the amplified differential voltage in instrumentation Amplifier configuration |
hemddabral | 13:9cecc8d66cc1 | 134 | * @retval amplified differential voltage in instrumentation Amplifier configuration |
hemddabral | 13:9cecc8d66cc1 | 135 | */ |
hemddabral | 2:19d1dcef0c0e | 136 | virtual unsigned int GetVoltage(void) |
hemddabral | 2:19d1dcef0c0e | 137 | { |
hemddabral | 2:19d1dcef0c0e | 138 | const unsigned int ADC_RANGE_12_BIT = 0xFFF; |
hemddabral | 20:169bdc228a7b | 139 | AnalogIn ain(X_NUCLEO_IKA01A1_PIN_INSTRUMENTATION_AMP); |
hemddabral | 11:91d59b5ac026 | 140 | return ((double)ain.read())*805.0*ADC_RANGE_12_BIT/1000.0; |
hemddabral | 2:19d1dcef0c0e | 141 | } |
hemddabral | 2:19d1dcef0c0e | 142 | |
hemddabral | 13:9cecc8d66cc1 | 143 | /** |
hemddabral | 13:9cecc8d66cc1 | 144 | * @brief obtain the current consumed by the application in Current sensing configuration |
hemddabral | 13:9cecc8d66cc1 | 145 | * @retval current consumed by the application in Current sensing configuration |
hemddabral | 13:9cecc8d66cc1 | 146 | */ |
hemddabral | 2:19d1dcef0c0e | 147 | virtual unsigned int GetCurrent(void) |
hemddabral | 2:19d1dcef0c0e | 148 | { |
hemddabral | 2:19d1dcef0c0e | 149 | const unsigned int ADC_RANGE_12_BIT = 0xFFF; |
hemddabral | 20:169bdc228a7b | 150 | AnalogIn ain(X_NUCLEO_IKA01A1_PIN_CURRENT_SENSING); |
hemddabral | 11:91d59b5ac026 | 151 | return ((double)ain.read())*1000.0*805.0*ADC_RANGE_12_BIT/1000.0/1586.0; |
hemddabral | 2:19d1dcef0c0e | 152 | } |
hemddabral | 2:19d1dcef0c0e | 153 | |
hemddabral | 2:19d1dcef0c0e | 154 | |
hemddabral | 2:19d1dcef0c0e | 155 | /*** Public Interrupt Related Methods ***/ |
hemddabral | 2:19d1dcef0c0e | 156 | |
hemddabral | 2:19d1dcef0c0e | 157 | /* ACTION 6 --------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 158 | * Implement here interrupt related methods, if any. * |
hemddabral | 2:19d1dcef0c0e | 159 | * Note that interrupt handling is platform dependent, e.g.: * |
hemddabral | 2:19d1dcef0c0e | 160 | * + mbed: * |
hemddabral | 2:19d1dcef0c0e | 161 | * InterruptIn feature_irq(pin); //Interrupt object. * |
hemddabral | 2:19d1dcef0c0e | 162 | * feature_irq.fall(callback); //Attach a callback. * |
hemddabral | 2:19d1dcef0c0e | 163 | * feature_irq.mode(PullNone); //Set interrupt mode. * |
hemddabral | 2:19d1dcef0c0e | 164 | * feature_irq.enable_irq(); //Enable interrupt. * |
hemddabral | 2:19d1dcef0c0e | 165 | * feature_irq.disable_irq(); //Disable interrupt. * |
hemddabral | 2:19d1dcef0c0e | 166 | * + Arduino: * |
hemddabral | 2:19d1dcef0c0e | 167 | * attachInterrupt(pin, callback, RISING); //Attach a callback. * |
hemddabral | 2:19d1dcef0c0e | 168 | * detachInterrupt(pin); //Detach a callback. * |
hemddabral | 2:19d1dcef0c0e | 169 | * * |
hemddabral | 2:19d1dcef0c0e | 170 | * Example (mbed): * |
hemddabral | 2:19d1dcef0c0e | 171 | * void AttachFeatureIRQ(void (*fptr) (void)) * |
hemddabral | 2:19d1dcef0c0e | 172 | * { * |
hemddabral | 2:19d1dcef0c0e | 173 | * feature_irq.fall(fptr); * |
hemddabral | 2:19d1dcef0c0e | 174 | * } * |
hemddabral | 2:19d1dcef0c0e | 175 | * * |
hemddabral | 2:19d1dcef0c0e | 176 | * void EnableFeatureIRQ(void) * |
hemddabral | 2:19d1dcef0c0e | 177 | * { * |
hemddabral | 2:19d1dcef0c0e | 178 | * feature_irq.enable_irq(); * |
hemddabral | 2:19d1dcef0c0e | 179 | * } * |
hemddabral | 2:19d1dcef0c0e | 180 | * * |
hemddabral | 2:19d1dcef0c0e | 181 | * void DisableFeatureIRQ(void) * |
hemddabral | 2:19d1dcef0c0e | 182 | * { * |
hemddabral | 2:19d1dcef0c0e | 183 | * feature_irq.disable_irq(); * |
hemddabral | 2:19d1dcef0c0e | 184 | * } * |
hemddabral | 2:19d1dcef0c0e | 185 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 186 | |
hemddabral | 2:19d1dcef0c0e | 187 | |
hemddabral | 2:19d1dcef0c0e | 188 | protected: |
hemddabral | 2:19d1dcef0c0e | 189 | |
hemddabral | 2:19d1dcef0c0e | 190 | /*** Protected Component Related Methods ***/ |
hemddabral | 2:19d1dcef0c0e | 191 | |
hemddabral | 2:19d1dcef0c0e | 192 | /* ACTION 7 --------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 193 | * Declare here the component's specific methods. * |
hemddabral | 2:19d1dcef0c0e | 194 | * They should be: * |
hemddabral | 2:19d1dcef0c0e | 195 | * + Methods with the same name of the C component's virtual table's * |
hemddabral | 2:19d1dcef0c0e | 196 | * functions (1); * |
hemddabral | 2:19d1dcef0c0e | 197 | * + Methods with the same name of the C component's extended virtual * |
hemddabral | 2:19d1dcef0c0e | 198 | * table's functions, if any (2); * |
hemddabral | 2:19d1dcef0c0e | 199 | * + Helper methods, if any, like functions declared in the component's * |
hemddabral | 2:19d1dcef0c0e | 200 | * source files but not pointed by the component's virtual table (3). * |
hemddabral | 2:19d1dcef0c0e | 201 | * * |
hemddabral | 2:19d1dcef0c0e | 202 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 203 | * Status_t COMPONENT_GetValue(float *f); //(1) * |
hemddabral | 2:19d1dcef0c0e | 204 | * Status_t COMPONENT_EnableFeature(void); //(2) * |
hemddabral | 2:19d1dcef0c0e | 205 | * Status_t COMPONENT_ComputeAverage(void); //(3) * |
hemddabral | 2:19d1dcef0c0e | 206 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 207 | /* TSZ124's generic functions. */ |
hemddabral | 2:19d1dcef0c0e | 208 | Status_t TSZ124_Init(void *init); |
hemddabral | 13:9cecc8d66cc1 | 209 | unsigned int TSZ124_ReadID(void *id); |
hemddabral | 2:19d1dcef0c0e | 210 | |
hemddabral | 2:19d1dcef0c0e | 211 | |
hemddabral | 2:19d1dcef0c0e | 212 | /*** Component's Instance Variables ***/ |
hemddabral | 2:19d1dcef0c0e | 213 | |
hemddabral | 2:19d1dcef0c0e | 214 | /* ACTION 9 --------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 215 | * Declare here interrupt related variables, if needed. * |
hemddabral | 2:19d1dcef0c0e | 216 | * Note that interrupt handling is platform dependent, see * |
hemddabral | 2:19d1dcef0c0e | 217 | * "Interrupt Related Methods" above. * |
hemddabral | 2:19d1dcef0c0e | 218 | * * |
hemddabral | 2:19d1dcef0c0e | 219 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 220 | * + mbed: * |
hemddabral | 2:19d1dcef0c0e | 221 | * InterruptIn feature_irq; * |
hemddabral | 2:19d1dcef0c0e | 222 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 223 | |
hemddabral | 2:19d1dcef0c0e | 224 | /* ACTION 10 -------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 225 | * Declare here other pin related variables, if needed. * |
hemddabral | 2:19d1dcef0c0e | 226 | * * |
hemddabral | 2:19d1dcef0c0e | 227 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 228 | * + mbed: * |
hemddabral | 2:19d1dcef0c0e | 229 | * DigitalOut standby_reset; * |
hemddabral | 2:19d1dcef0c0e | 230 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 231 | |
hemddabral | 2:19d1dcef0c0e | 232 | /* ACTION 11 -------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 233 | * Declare here communication related variables, if needed. * |
hemddabral | 2:19d1dcef0c0e | 234 | * * |
hemddabral | 2:19d1dcef0c0e | 235 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 236 | * + mbed: * |
hemddabral | 2:19d1dcef0c0e | 237 | * DigitalOut address; * |
hemddabral | 2:19d1dcef0c0e | 238 | * DevI2C &dev_i2c; * |
hemddabral | 2:19d1dcef0c0e | 239 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 240 | |
hemddabral | 2:19d1dcef0c0e | 241 | /* ACTION 12 -------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 242 | * Declare here identity related variables, if needed. * |
hemddabral | 2:19d1dcef0c0e | 243 | * Note that there should be only a unique identifier for each component, * |
hemddabral | 2:19d1dcef0c0e | 244 | * which should be the "who_am_i" parameter. * |
hemddabral | 2:19d1dcef0c0e | 245 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 246 | /* Identity */ |
hemddabral | 2:19d1dcef0c0e | 247 | uint8_t who_am_i; |
hemddabral | 2:19d1dcef0c0e | 248 | |
hemddabral | 2:19d1dcef0c0e | 249 | /* ACTION 13 -------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 250 | * Declare here the component's static and non-static data, one variable * |
hemddabral | 2:19d1dcef0c0e | 251 | * per line. * |
hemddabral | 2:19d1dcef0c0e | 252 | * * |
hemddabral | 2:19d1dcef0c0e | 253 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 254 | * float measure; * |
hemddabral | 2:19d1dcef0c0e | 255 | * int instance_id; * |
hemddabral | 2:19d1dcef0c0e | 256 | * static int number_of_instances; * |
hemddabral | 2:19d1dcef0c0e | 257 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 258 | }; |
hemddabral | 2:19d1dcef0c0e | 259 | |
hemddabral | 2:19d1dcef0c0e | 260 | #endif /* __TSZ124_CLASS_H */ |
hemddabral | 2:19d1dcef0c0e | 261 | |
hemddabral | 2:19d1dcef0c0e | 262 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |