
SP37
Tire Pressure Monitoring Sensor
ROM Library Functions
ROM Library Function Guide
32
Revision 1.0, 2011-12-15
2.2.4
Inputs
Table 12
Meas_Pressure: Input Parameters
Register / Address
Type
Name
Description
R6 (MSB)
R7 (LSB)
unsigned int
SensorConfig
Defines Sensor Configuration (refer to
and
)
R5
unsigned char SampleRate
Defines the number of system clock cycles
(12 MHz RC Oscillator) divided by 8 which is
waited between consecutive measurements.
Note: Only applicable if SensorConfig.2-0
[2POWN2:0] greater than 1 Sample
R3
signed int
idata*
PressResult
Pointer to an integer array in RAM to receive the
measurement result
*(Pres2)
signed int
RawTemperature Previous Raw Temperature value can optionally
be used as input parameter. Refer to bit
RAWTemp in SensorConfig.
*(Pres3)
signed int
LowPressureThre
shold
(optional input parameter) Value for hysteresis
(in 1/16kPa) used by the pressure auto-range
selection to determine when to switch from High-
to-Low. It must be specified only if the parameter
SensorConfig.11 is set to 1 (Customer
Configuration)
*(Pres4)
signed int
HighPressureThr
eshold
(optional input parameter) Value for hysteresis
(in 1/16kPa) used by the pressure auto-range
selection to determine when to switch from Low-
to-High. It must be specified only if the
parameter SensorConfig.11 is set to 1
(Customer Configuration).