Home
last modified time | relevance | path

Searched refs:BeaconAcquired (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/mac/
DLoRaMacClassB.h164 uint8_t BeaconAcquired : 1; member
DLoRaMacClassB.c257 … if( ( Ctx.BeaconCtx.Ctrl.BeaconAcquired == 1 ) || ( Ctx.BeaconCtx.Ctrl.AcquisitionPending == 1 ) ) in CalculateBeaconRxWindowConfig()
843 Ctx.BeaconCtx.Ctrl.BeaconAcquired = 0; in LoRaMacClassBProcessBeacon()
1001 if( Ctx.BeaconCtx.Ctrl.BeaconAcquired == 1 ) in LoRaMacClassBProcessPingSlot()
1175 if( Ctx.BeaconCtx.Ctrl.BeaconAcquired == 1 ) in LoRaMacClassBProcessMulticastSlot()
1374 Ctx.BeaconCtx.Ctrl.BeaconAcquired = 1; in LoRaMacClassBRxBeacon()
1516 if( Ctx.BeaconCtx.Ctrl.BeaconAcquired == 0 ) in LoRaMacClassBResumeBeaconing()