Home
last modified time | relevance | path

Searched refs:TimerTime_t (Results 1 – 25 of 68) sorted by relevance

123

/loramac-node-3.6.0-3.5.0/src/system/
Dtimer.h52 #ifndef TimerTime_t
53 typedef uint32_t TimerTime_t; typedef
125 TimerTime_t TimerGetCurrentTime( void );
135 TimerTime_t TimerGetElapsedTime( TimerTime_t past );
146 TimerTime_t TimerTempCompensation( TimerTime_t period, float temperature );
Dtimer.c346 TimerTime_t TimerGetCurrentTime( void ) in TimerGetCurrentTime()
352 TimerTime_t TimerGetElapsedTime( TimerTime_t past ) in TimerGetElapsedTime()
378 TimerTime_t TimerTempCompensation( TimerTime_t period, float temperature ) in TimerTempCompensation()
/loramac-node-3.6.0-3.5.0/src/mac/region/
DRegionCommon.h283 TimerTime_t AggrTimeOff;
287 TimerTime_t LastAggrTx;
307 TimerTime_t ExpectedTimeOnAir;
319 TimerTime_t DutyCycleTimePeriod;
427 void RegionCommonSetBandTxDone( Band_t* band, TimerTime_t lastTxAirTime, bool joined, SysTime_t ela…
449 TimerTime_t RegionCommonUpdateBandTimeOff( bool joined, Band_t* bands,
452 TimerTime_t expectedTimeOnAir );
584TimerTime_t* aggregatedTimeOff, uint8_t* enabledChannels,
586 TimerTime_t* nextTxDelay );
DRegionCommon.c101 TimerTime_t maxCredits = DUTY_CYCLE_TIME_PERIOD; in SetMaxTimeCredits()
140 TimerTime_t currentTime, TimerTime_t lastBandUpdateTime ) in UpdateTimeCredits()
144 TimerTime_t observation = DUTY_CYCLE_TIME_PERIOD; in UpdateTimeCredits()
265 void RegionCommonSetBandTxDone( Band_t* band, TimerTime_t lastTxAirTime, bool joined, SysTime_t ela… in RegionCommonSetBandTxDone()
283 TimerTime_t RegionCommonUpdateBandTimeOff( bool joined, Band_t* bands, in RegionCommonUpdateBandTimeOff()
286 TimerTime_t expectedTimeOnAir ) in RegionCommonUpdateBandTimeOff()
288 TimerTime_t minTimeToWait = TIMERTIME_T_MAX; in RegionCommonUpdateBandTimeOff()
289 TimerTime_t currentTime = TimerGetCurrentTime( ); in RegionCommonUpdateBandTimeOff()
290 TimerTime_t creditCosts = 0; in RegionCommonUpdateBandTimeOff()
296 TimerTime_t elapsedTime = TimerGetElapsedTime( bands[i].LastBandUpdateTime ); in RegionCommonUpdateBandTimeOff()
[all …]
DRegion.h403 TimerTime_t DutyCycleTimePeriod;
459 TimerTime_t LastTxDoneTime;
463 TimerTime_t LastTxAirTime;
776 TimerTime_t AggrTimeOff;
780 TimerTime_t LastAggrTx;
1008 …g( LoRaMacRegion_t region, TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
1102 … region, NextChanParams_t* nextChanParams, uint8_t* channel, TimerTime_t* time, TimerTime_t* aggre…
DRegionCN779.h333 bool RegionCN779TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
403 …Channel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTime_t* time, TimerTime_t* aggre…
DRegionEU433.h334 bool RegionEU433TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
404 …Channel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTime_t* time, TimerTime_t* aggre…
DRegionKR920.h336 bool RegionKR920TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
406 …Channel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTime_t* time, TimerTime_t* aggre…
DRegionRU864.h329 bool RegionRU864TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
399 …Channel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTime_t* time, TimerTime_t* aggre…
DRegionEU868.h362 bool RegionEU868TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
432 …Channel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTime_t* time, TimerTime_t* aggre…
DRegionUS915.h326 bool RegionUS915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
398 …Channel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTime_t* time, TimerTime_t* aggre…
DRegionAU915.h346 bool RegionAU915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
416 …Channel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTime_t* time, TimerTime_t* aggre…
DRegionIN865.h351 bool RegionIN865TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
421 …Channel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTime_t* time, TimerTime_t* aggre…
/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMacClassB.h204 TimerTime_t NextBeaconRxAdjusted;
213 TimerTime_t BeaconWindowMovement;
221 TimerTime_t BeaconTimingDelay;
222 TimerTime_t TimeStamp;
478 …BeaconTimingAns( uint16_t beaconTimingDelay, uint8_t beaconTimingChannel, TimerTime_t lastRxDone );
501 TimerTime_t LoRaMacClassBIsUplinkCollision( TimerTime_t txTimeOnAir );
DLoRaMacClassB.c198 static uint32_t CalcDownlinkChannelAndFrequency( uint32_t devAddr, TimerTime_t beaconTime, in CalcDownlinkChannelAndFrequency()
199 TimerTime_t beaconInterval, bool isBeacon ) in CalcDownlinkChannelAndFrequency()
288 static void RxBeaconSetup( TimerTime_t rxTime, bool activateDefaultChannel, uint16_t symbolTimeout ) in RxBeaconSetup()
338 …cNextSlotTime( uint16_t slotOffset, uint16_t pingPeriod, uint16_t pingNb, TimerTime_t* timeOffset ) in CalcNextSlotTime()
341 TimerTime_t slotTime = 0; in CalcNextSlotTime()
342 TimerTime_t currentTime = TimerGetCurrentTime( ); in CalcNextSlotTime()
356 slotTime += ( ( TimerTime_t )( currentPingSlot * pingPeriod ) * in CalcNextSlotTime()
502 static TimerTime_t CalcDelayForNextBeacon( TimerTime_t currentTime, TimerTime_t lastBeaconRx ) in CalcDelayForNextBeacon()
504 TimerTime_t nextBeaconRxTime = 0; in CalcDelayForNextBeacon()
524 static TimerTime_t ApplyGuardTime( TimerTime_t beaconEventTime ) in ApplyGuardTime()
[all …]
DLoRaMacTypes.h1162 TimerTime_t LastBandUpdateTime;
1167 TimerTime_t LastMaxCreditAssignTime;
1172 TimerTime_t TimeCredits;
1177 TimerTime_t MaxTimeCredits;
DLoRaMac.h582 TimerTime_t LastTxDoneTime;
586 TimerTime_t AggregatedTimeOff;
854 TimerTime_t DutyCycleWaitTime;
995 TimerTime_t TxTimeOnAir;
1080 TimerTime_t ResponseTimeout;
1341 TimerTime_t TxTimeOnAir;
1359 TimerTime_t BeaconTimingDelay;
/loramac-node-3.6.0-3.5.0/src/boards/
Drtc-board.h75 uint32_t RtcMs2Tick( TimerTime_t milliseconds );
83 TimerTime_t RtcTick2Ms( uint32_t tick );
90 void RtcDelayMs( TimerTime_t milliseconds );
181 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature );
/loramac-node-3.6.0-3.5.0/src/boards/SAMR34/
Drtc-board.c131 uint32_t RtcMs2Tick( TimerTime_t milliseconds ) in RtcMs2Tick()
136 TimerTime_t RtcTick2Ms( uint32_t tick ) in RtcTick2Ms()
144 void RtcDelayMs( TimerTime_t milliseconds ) in RtcDelayMs()
271 TimerTime_t RtcTempCompensation( TimerTime_t period, float temperature ) in RtcTempCompensation()
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/LmHandler/
DLmHandler.h166 … void ( *OnMacMcpsRequest )( LoRaMacStatus_t status, McpsReq_t *mcpsReq, TimerTime_t nextTxDelay );
174 … void ( *OnMacMlmeRequest )( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, TimerTime_t nextTxDelay );
253 TimerTime_t LmHandlerGetDutyCycleWaitTime( void );
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/
DLmHandlerMsgDisplay.h56 void DisplayMacMcpsRequestUpdate( LoRaMacStatus_t status, McpsReq_t *mcpsReq, TimerTime_t nextTxIn …
65 void DisplayMacMlmeRequestUpdate( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, TimerTime_t nextTxIn …
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/LmHandler/packages/
DLmhPackage.h111 … void ( *OnMacMcpsRequest )( LoRaMacStatus_t status, McpsReq_t *mcpsReq, TimerTime_t nextTxDelay );
119 … void ( *OnMacMlmeRequest )( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, TimerTime_t nextTxDelay );
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL073/
Dmain.c155 static void OnMacMcpsRequest( LoRaMacStatus_t status, McpsReq_t *mcpsReq, TimerTime_t nextTxIn );
156 static void OnMacMlmeRequest( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, TimerTime_t nextTxIn );
343 static void OnMacMcpsRequest( LoRaMacStatus_t status, McpsReq_t *mcpsReq, TimerTime_t nextTxIn ) in OnMacMcpsRequest()
348 static void OnMacMlmeRequest( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, TimerTime_t nextTxIn ) in OnMacMlmeRequest()
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL152/
Dmain.c155 static void OnMacMcpsRequest( LoRaMacStatus_t status, McpsReq_t *mcpsReq, TimerTime_t nextTxIn );
156 static void OnMacMlmeRequest( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, TimerTime_t nextTxIn );
343 static void OnMacMcpsRequest( LoRaMacStatus_t status, McpsReq_t *mcpsReq, TimerTime_t nextTxIn ) in OnMacMcpsRequest()
348 static void OnMacMlmeRequest( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, TimerTime_t nextTxIn ) in OnMacMlmeRequest()
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL476/
Dmain.c155 static void OnMacMcpsRequest( LoRaMacStatus_t status, McpsReq_t *mcpsReq, TimerTime_t nextTxIn );
156 static void OnMacMlmeRequest( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, TimerTime_t nextTxIn );
343 static void OnMacMcpsRequest( LoRaMacStatus_t status, McpsReq_t *mcpsReq, TimerTime_t nextTxIn ) in OnMacMcpsRequest()
348 static void OnMacMlmeRequest( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, TimerTime_t nextTxIn ) in OnMacMlmeRequest()

123