Home
last modified time | relevance | path

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

/loramac-node-latest/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-latest/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-latest/src/mac/
DLoRaMacClassB.c750 uint32_t now = TimerGetCurrentTime( ); in LoRaMacClassBProcessBeacon() local
751 if( SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) > now ) in LoRaMacClassBProcessBeacon()
754 …tTime = TimerTempCompensation( SysTimeToMs( Ctx.BeaconCtx.NextBeaconRx ) - now, Ctx.BeaconCtx.Temp… in LoRaMacClassBProcessBeacon()
891 uint32_t now = TimerGetCurrentTime( ); in LoRaMacClassBProcessBeacon() local
896 if( beaconEventTime > now ) in LoRaMacClassBProcessBeacon()
899 beaconEventTime -= now; in LoRaMacClassBProcessBeacon()
/loramac-node-latest/
DCHANGELOG.md584 - Fixed `OnRadioRxDone` Node now drops frames on port 0 with fOpts > 0
585 - Fixed `OnRadioRxDone` Node now receives frames with fOpts > 0 when no payload is present
655 - Removed the Bleeper-72 and Bleeper-76 platforms support as these are now deprecated
733 - `LoRaMacEventInfo.TxDatarate` now returns LoRaWAN data rate (DR0 -> DR7) instead of (SF12 -> DF7)
734 - `LoRaMac-board.h` now implements the settings for the PHY layers specified by LoRaWAN 1.0 specifi…
985 - The LoRaMac application for Bleeper platforms now sends the Selector and LED status plus the sens…
1059 - UART driver is now independent of the used MCU
1079 `LoRaMacSendOnChannel` now calls the 2 newly defined functions
1118 - The LoRaMac applications now sends the LED status plus the sensors values
/loramac-node-latest/doc/
Ddevelopment-environment.md217 4. A `Build` button will now be available.
/loramac-node-latest/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…