Home
last modified time | relevance | path

Searched refs:now (Results 1 – 6 of 6) sorted by relevance

/loramac-node-3.4.0/src/system/
Dtimer.c189 uint32_t now = RtcSetTimerContext( ); in TimerIrqHandler() local
190 uint32_t deltaContext = now - old; // intentional wrap around in TimerIrqHandler()
348 uint32_t now = RtcGetTimerValue( ); in TimerGetCurrentTime() local
349 return RtcTick2Ms( now ); in TimerGetCurrentTime()
/loramac-node-3.4.0/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpCompliance.c251 TimerTime_t now = TimerGetCurrentTime( ); in LmhpComplianceProcess() local
252 if( now > ( ComplianceTestState.TxPendingTimestamp + LmHandlerGetDutyCycleWaitTime( ) ) ) in LmhpComplianceProcess()
272 ComplianceTestState.TxPendingTimestamp = now; in LmhpComplianceProcess()
/loramac-node-3.4.0/src/mac/
DLoRaMacClassB.c745 uint32_t now = TimerGetCurrentTime( ); in LoRaMacClassBProcessBeacon() local
746 if( SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) > now ) in LoRaMacClassBProcessBeacon()
749 …tTime = TimerTempCompensation( SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) - now, Ctx.BeaconCtx.Temp… in LoRaMacClassBProcessBeacon()
886 uint32_t now = TimerGetCurrentTime( ); in LoRaMacClassBProcessBeacon() local
891 if( beaconEventTime > now ) in LoRaMacClassBProcessBeacon()
894 beaconEventTime -= now; in LoRaMacClassBProcessBeacon()
/loramac-node-3.4.0/
DCHANGELOG.md522 - Fixed `OnRadioRxDone` Node now drops frames on port 0 with fOpts > 0
523 - Fixed `OnRadioRxDone` Node now receives frames with fOpts > 0 when no payload is present
593 - Removed the Bleeper-72 and Bleeper-76 platforms support as these are now deprecated
671 - `LoRaMacEventInfo.TxDatarate` now returns LoRaWAN data rate (DR0 -> DR7) instead of (SF12 -> DF7)
672 - `LoRaMac-board.h` now implements the settings for the PHY layers specified by LoRaWAN 1.0 specifi…
923 - The LoRaMac application for Bleeper platforms now sends the Selector and LED status plus the sens…
997 - UART driver is now independent of the used MCU
1017 `LoRaMacSendOnChannel` now calls the 2 newly defined functions
1056 - The LoRaMac applications now sends the LED status plus the sensors values
/loramac-node-3.4.0/doc/
Ddevelopment-environment.md217 4. A `Build` button will now be available.
/loramac-node-3.4.0/src/apps/LoRaMac/fuota-test-01/
Dreadme.md18 4. Server waits for the next AppTimeReq uplink to check that end-device time is now correct (+/- 2s…