Searched refs:OTC_MODEL_SIZE (Results 1 – 3 of 3) sorted by relevance
27 #define OTC_MODEL_SIZE (40) macro
198 struct OverTempModelThreeAxis model_data[OTC_MODEL_SIZE];
440 over_temp_cal->num_model_pts = NANO_MIN(data_length, OTC_MODEL_SIZE); in overTempCalSetModelData()635 if (over_temp_cal->num_model_pts < OTC_MODEL_SIZE) { in overTempCalUpdateSensorEstimate()