Home
last modified time | relevance | path

Searched refs:tempThreshold (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c1437 void PowerLPF3_enableHFXTCompensation(int16_t tempThreshold, int16_t tempDelta) in PowerLPF3_enableHFXTCompensation() argument
1449 config.temperature.threshold = tempThreshold; in PowerLPF3_enableHFXTCompensation()
1456 if (currentTemperature > tempThreshold) in PowerLPF3_enableHFXTCompensation()
1466 tempThreshold, in PowerLPF3_enableHFXTCompensation()
1475 tempThreshold); in PowerLPF3_enableHFXTCompensation()
DPowerCC23X0.h516 void PowerLPF3_enableHFXTCompensation(int16_t tempThreshold, int16_t tempDelta);