Searched refs:temperature (Results 1 – 14 of 14) sorted by relevance
/loramac-node-3.4.0/src/peripherals/ |
D | mpl3115.c | 298 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/ |
D | rtc-board.h | 181 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature );
|
/loramac-node-3.4.0/src/system/ |
D | timer.c | 378 TimerTime_t TimerTempCompensation( TimerTime_t period, float temperature ) in TimerTempCompensation() argument 380 return RtcTempCompensation( period, temperature ); in TimerTempCompensation()
|
D | timer.h | 146 TimerTime_t TimerTempCompensation( TimerTime_t period, float temperature );
|
/loramac-node-3.4.0/src/boards/SKiM980A/ |
D | rtc-board.c | 537 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/ |
D | rtc-board.c | 537 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/ |
D | rtc-board.c | 538 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/ |
D | rtc-board.c | 537 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/ |
D | rtc-board.c | 538 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/ |
D | rtc-board.c | 537 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/ |
D | rtc-board.c | 537 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/ |
D | rtc-board.c | 538 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/ |
D | rtc-board.c | 271 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
|
/loramac-node-3.4.0/ |
D | CHANGELOG.md | 69 - Added battery voltage and MCU temperature reading functions implementation for Nucleo platforms
|