Home
last modified time | relevance | path

Searched refs:McpsIndication (Results 1 – 5 of 5) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMac.c204 McpsIndication_t McpsIndication; member
894 MacCtx.McpsIndication.Rssi = rssi; in ProcessRadioRxDone()
895 MacCtx.McpsIndication.Snr = snr; in ProcessRadioRxDone()
896 MacCtx.McpsIndication.RxSlot = MacCtx.RxSlot; in ProcessRadioRxDone()
897 MacCtx.McpsIndication.Port = 0; in ProcessRadioRxDone()
898 MacCtx.McpsIndication.Multicast = 0; in ProcessRadioRxDone()
899 MacCtx.McpsIndication.IsUplinkTxPending = 0; in ProcessRadioRxDone()
900 MacCtx.McpsIndication.Buffer = NULL; in ProcessRadioRxDone()
901 MacCtx.McpsIndication.BufferSize = 0; in ProcessRadioRxDone()
902 MacCtx.McpsIndication.RxData = false; in ProcessRadioRxDone()
[all …]
DLoRaMacClassB.h262 McpsIndication_t *McpsIndication; member
DLoRaMac.h1014 Mcps_t McpsIndication; member
2558 void ( *MacMcpsIndication )( McpsIndication_t* McpsIndication );
DLoRaMacClassB.c323 …cClassBParams.LoRaMacRegion, &rxBeaconSetup, &Ctx.LoRaMacClassBParams.McpsIndication->RxDatarate ); in RxBeaconSetup()
326 …ssBParams.MlmeIndication->BeaconInfo.Datarate = Ctx.LoRaMacClassBParams.McpsIndication->RxDatarate; in RxBeaconSetup()
1071 …LoRaMacRegion, &pingSlotRxConfig, ( int8_t* )&Ctx.LoRaMacClassBParams.McpsIndication->RxDatarate ); in LoRaMacClassBProcessPingSlot()
1253 …acRegion, &multicastSlotRxConfig, ( int8_t* )&Ctx.LoRaMacClassBParams.McpsIndication->RxDatarate ); in LoRaMacClassBProcessMulticastSlot()
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/LmHandler/
DLmHandler.c163 static void McpsIndication( McpsIndication_t *mcpsIndication );
253 LoRaMacPrimitives.MacMcpsIndication = McpsIndication; in LmHandlerInit()
759 static void McpsIndication( McpsIndication_t *mcpsIndication ) in McpsIndication() function