Home
last modified time | relevance | path

Searched refs:temperature (Results 1 – 14 of 14) sorted by relevance

/loramac-node-3.4.0/src/peripherals/
Dmpl3115.c298 float temperature = 0; in MPL3115ReadTemperature() local
351 temperature = 0 - ( msb + ( float )( ( lsb >> 4 ) / 16.0 ) ); in MPL3115ReadTemperature()
355 temperature = msb + ( float )( ( lsb >> 4 ) / 16.0 ); in MPL3115ReadTemperature()
360 return( temperature ); in MPL3115ReadTemperature()
/loramac-node-3.4.0/src/boards/
Drtc-board.h181 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature );
/loramac-node-3.4.0/src/system/
Dtimer.c378 TimerTime_t TimerTempCompensation( TimerTime_t period, float temperature ) in TimerTempCompensation() argument
380 return RtcTempCompensation( period, temperature ); in TimerTempCompensation()
Dtimer.h146 TimerTime_t TimerTempCompensation( TimerTime_t period, float temperature );
/loramac-node-3.4.0/src/boards/SKiM980A/
Drtc-board.c537 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
554 interim = ( temperature - ( t - tDev ) ); in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/NucleoL152/
Drtc-board.c537 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
554 interim = ( temperature - ( t - tDev ) ); in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/NucleoL073/
Drtc-board.c538 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
555 interim = ( temperature - ( t - tDev ) ); in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/SKiM880B/
Drtc-board.c537 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
554 interim = ( temperature - ( t - tDev ) ); in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/SKiM881AXL/
Drtc-board.c538 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
555 interim = ( temperature - ( t - tDev ) ); in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/NucleoL476/
Drtc-board.c537 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
554 interim = ( temperature - ( t - tDev ) ); in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/NAMote72/
Drtc-board.c537 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
554 interim = ( temperature - ( t - tDev ) ); in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/
Drtc-board.c538 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
555 interim = ( temperature - ( t - tDev ) ); in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/SAMR34/
Drtc-board.c271 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
/loramac-node-3.4.0/
DCHANGELOG.md69 - Added battery voltage and MCU temperature reading functions implementation for Nucleo platforms