Searched refs:temperature (Results 1 – 13 of 13) sorted by relevance
112 static int16_t TemperatureLPF3_scaleToRealTemperature(int32_t temperature);113 static int16_t TemperatureLPF3_scaleFromRealTemperature(int32_t temperature);388 int32_t temperature = HWREG(PMUD_BASE + PMUD_O_TEMP); in Temperature_getTemperature() local391 temperature = (temperature & (PMUD_TEMP_INT_M | PMUD_TEMP_FRAC_M)) >> PMUD_TEMP_FRAC_S; in Temperature_getTemperature()394 temperature = (temperature << (32 - (PMUD_TEMP_INT_W + PMUD_TEMP_FRAC_W))) >> in Temperature_getTemperature()398 temperature = TemperatureLPF3_scaleToRealTemperature(temperature); in Temperature_getTemperature()400 return temperature; in Temperature_getTemperature()568 static int16_t TemperatureLPF3_scaleToRealTemperature(int32_t temperature) in TemperatureLPF3_scaleToRealTemperature() argument593 temperature = (temperature * p1) + p0; in TemperatureLPF3_scaleToRealTemperature()600 if (temperature > 0) in TemperatureLPF3_scaleToRealTemperature()[all …]
83 static uint32_t PowerCC23X0_temperatureToRatio(int16_t temperature);145 } temperature; member1273 static uint32_t PowerCC23X0_temperatureToRatio(int16_t temperature) in PowerCC23X0_temperatureToRatio() argument1279 …2_t hfxtPpmOffset = PowerCC23X0_hfxtCompCoefficients.P3 * temperature * temperature * temperature + in PowerCC23X0_temperatureToRatio()1280 PowerCC23X0_hfxtCompCoefficients.P2 * temperature * temperature + in PowerCC23X0_temperatureToRatio()1281 … PowerCC23X0_hfxtCompCoefficients.P1 * temperature + PowerCC23X0_hfxtCompCoefficients.P0; in PowerCC23X0_temperatureToRatio()1307 int32_t capArrayOffset = ((3523215 * (temperature - 25)) >> 20) + 480; in PowerCC23X0_temperatureToRatio()1373 hfxtConfig.temperature.threshold); in PowerCC23X0_hfxtCompensateFxn()1375 if (currentTemperature > hfxtConfig.temperature.threshold) in PowerCC23X0_hfxtCompensateFxn()1388 currentTemperature + hfxtConfig.temperature.delta - 1, in PowerCC23X0_hfxtCompensateFxn()[all …]
193 int32_t temperature = ((-p1 - (int64_t)isqrt(p1 * p1 - (4 * p2 * p0))) << 4) / (2 * p2); in voltageToTempHardcoded() local195 return temperature; in voltageToTempHardcoded()304 int32_t temperature; in voltageToTemp() local309 temperature = (dividend + (divisor / 2)) / divisor; in voltageToTemp()314 temperature = (dividend - (divisor / 2)) / divisor; in voltageToTemp()317 return temperature; in voltageToTemp()
70 static int32_t LRF_findExtTrim0TrimAdjustment(int32_t temperature, int32_t tempCompFactor, int32_t …381 int32_t temperature = hal_get_temperature(); in LRF_temperatureCompensateTrim() local389 if (temperature < tempThreshLow) in LRF_temperatureCompensateTrim()391 uint32_t temperatureDiff = tempThreshLow - temperature; in LRF_temperatureCompensateTrim()399 else if (temperature > tempThreshHigh) in LRF_temperatureCompensateTrim()401 uint32_t temperatureDiff = temperature - tempThreshHigh; in LRF_temperatureCompensateTrim()410 …rssiTempOffset = LRF_findExtTrim0TrimAdjustment(temperature, trimDef->trim3.fields.lrfdrfeExtTrim0… in LRF_temperatureCompensateTrim()415 …agcValOffset =LRF_findExtTrim0TrimAdjustment(temperature, trimDef->trim3.fields.lrfdrfeExtTrim0.ag… in LRF_temperatureCompensateTrim()423 …agcValOffset = LRF_findExtTrim0TrimAdjustment(temperature, trimDef->trim3.fields.lrfdrfeExtTrim0.m… in LRF_temperatureCompensateTrim()644 static int32_t LRF_findExtTrim0TrimAdjustment(int32_t temperature, int32_t tempCompFactor, int32_t … in LRF_findExtTrim0TrimAdjustment() argument[all …]
279 uint32_t temperature) in SysCtl_getTempCalibrationConstant() argument281 return HWREG16(TLV_BASE + refVoltage + temperature); in SysCtl_getTempCalibrationConstant()
168 uint32_t temperature) in SysCtl_A_getTempCalibrationConstant() argument170 return HWREG16(TLV_BASE + refVoltage + temperature); in SysCtl_A_getTempCalibrationConstant()
525 uint32_t temperature);
540 uint32_t temperature);
2037 uint32_t temperature))ROM_SYSCTLTABLE[14])2519 uint32_t temperature))ROM_SYSCTLATABLE[14])
22 mkdir $EXT_DIR/drivers/temperature23 cp -r drivers/temperature/* $EXT_DIR/drivers/temperature/.32 find $EXT_DIR/drivers/temperature -name '*.[c|h]' -exec dos2unix {} \;
85 source/ti/drivers/temperature/TemperatureCC26X2.c
492 int8_t temperature; member507 .temperature = 0, \
79 source/ti/drivers/temperature/TemperatureLPF3.c