Searched refs:BeaconCtx (Results 1 – 2 of 2) sorted by relevance
47 BeaconContext_t BeaconCtx; member257 … if( ( Ctx.BeaconCtx.Ctrl.BeaconAcquired == 1 ) || ( Ctx.BeaconCtx.Ctrl.AcquisitionPending == 1 ) ) in CalculateBeaconRxWindowConfig()268 ( uint32_t ) Ctx.BeaconCtx.BeaconTimePrecision.SubSeconds ); in CalculateBeaconRxWindowConfig()302 …frequency = CalcDownlinkChannelAndFrequency( 0, Ctx.BeaconCtx.BeaconTime.Seconds + ( CLASSB_BEACON… in RxBeaconSetup()306 if( ClassBNvm->BeaconCtx.Ctrl.CustomFreq == 1 ) in RxBeaconSetup()309 frequency = ClassBNvm->BeaconCtx.Frequency; in RxBeaconSetup()312 if( Ctx.BeaconCtx.Ctrl.BeaconChannelSet == 1 ) in RxBeaconSetup()315 Ctx.BeaconCtx.Ctrl.BeaconChannelSet = 0; in RxBeaconSetup()316 frequency = CalcDownlinkFrequency( Ctx.BeaconCtx.BeaconTimingChannel, true ); in RxBeaconSetup()345 …slotTime = ( ( currentTime - SysTimeToMs( Ctx.BeaconCtx.LastBeaconRx ) ) % CLASSB_BEACON_INTERVAL … in CalcNextSlotTime()[all …]
113 LoRaMacClassBBeaconNvmData_t BeaconCtx; member