Home
last modified time | relevance | path

Searched refs:MPL3115_TEMPERATURE_CONV_FACTOR (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/sensors/
Dmpl3115_drv.h30 #define MPL3115_TEMPERATURE_CONV_FACTOR (256) /* Will give �C */ macro
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/driverexamples/mpl3115/
Dmpl3115_altitude.c156 tempInDegrees = rawData.temperature / MPL3115_TEMPERATURE_CONV_FACTOR; in main()
Dmpl3115_normal.c155 tempInDegrees = rawData.temperature / MPL3115_TEMPERATURE_CONV_FACTOR; in main()
Dmpl3115_fifo.c164 tempInDegrees += rawData.temperature / MPL3115_TEMPERATURE_CONV_FACTOR; in main()
Dmpl3115_oneshot.c164 tempInDegrees = rawData.temperature / MPL3115_TEMPERATURE_CONV_FACTOR; in main()
Dmpl3115_normal_interrupt.c199 tempInDegrees = rawData.temperature / MPL3115_TEMPERATURE_CONV_FACTOR; in main()
Dmpl3115_fifo_interrupt.c216 tempInDegrees += rawData.temperature / MPL3115_TEMPERATURE_CONV_FACTOR; in main()