Home
last modified time | relevance | path

Searched refs:period (Results 1 – 15 of 15) sorted by relevance

/loramac-node-3.4.0/src/boards/SKiM980A/
Drtc-board.c537 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
558 interim = ( ( float ) period * ppm ) / 1000000.0f; in RtcTempCompensation()
560 interim += period; in RtcTempCompensation()
565 interim = ( float )period; in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/NucleoL152/
Drtc-board.c537 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
558 interim = ( ( float ) period * ppm ) / 1000000.0f; in RtcTempCompensation()
560 interim += period; in RtcTempCompensation()
565 interim = ( float )period; in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/NucleoL073/
Drtc-board.c538 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
559 interim = ( ( float ) period * ppm ) / 1000000.0f; in RtcTempCompensation()
561 interim += period; in RtcTempCompensation()
566 interim = ( float )period; in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/SKiM880B/
Drtc-board.c537 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
558 interim = ( ( float ) period * ppm ) / 1000000.0f; in RtcTempCompensation()
560 interim += period; in RtcTempCompensation()
565 interim = ( float )period; in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/SKiM881AXL/
Drtc-board.c538 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
559 interim = ( ( float ) period * ppm ) / 1000000.0f; in RtcTempCompensation()
561 interim += period; in RtcTempCompensation()
566 interim = ( float )period; in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/NucleoL476/
Drtc-board.c537 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
558 interim = ( ( float ) period * ppm ) / 1000000.0f; in RtcTempCompensation()
560 interim += period; in RtcTempCompensation()
565 interim = ( float )period; in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/NAMote72/
Drtc-board.c537 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
558 interim = ( ( float ) period * ppm ) / 1000000.0f; in RtcTempCompensation()
560 interim += period; in RtcTempCompensation()
565 interim = ( float )period; 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
559 interim = ( ( float ) period * ppm ) / 1000000.0f; in RtcTempCompensation()
561 interim += period; in RtcTempCompensation()
566 interim = ( float )period; in RtcTempCompensation()
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/documentation/
Dtimer.rst8 been added to the timers task queue. The execution delay or period is set in ticks, where one tick …
14 the period set in the task configuration.
25 * Changing and obtaining of the period of a timer
/loramac-node-3.4.0/src/boards/SAMR34/
Drtc-board.c271 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation() argument
273 return period; in RtcTempCompensation()
/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/
DCHANGELOG.md413 - Changed radio driver to perform the LBT carrier sense continuously for a given period of time
432 - Changed radio driver to perform the LBT carrier sense continuously for a given period of time
/loramac-node-3.4.0/src/mac/
DLoRaMac.c2410 uint8_t period = ( 0x38 & payload[macIndex] ) >> 3; in ProcessMacCommands() local
2418 uint32_t rejoinCycleInSec = 32 * ( 0x01 << period ) + randr( 0, 32 ); in ProcessMacCommands()