Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/mac/
DLoRaMacTypes.h832 uint16_t Periodicity; member
DLoRaMac.h347 uint8_t Periodicity : 3; member
DLoRaMacClassB.c1807 …Channel->PingNb = CalcPingNb( multicastChannel->ChannelParams.RxParams.Params.ClassB.Periodicity ); in LoRaMacClassBSetMulticastPeriodicity()
DLoRaMac.c5401 … LoRaMacClassBSetPingSlotInfo( mlmeRequest->Req.PingSlotInfo.PingSlot.Fields.Periodicity ); in LoRaMacMlmeRequest()
/loramac-node-3.7.0/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpRemoteMcastSetup.c59 … DBG( "Periodicity : %u\n", McSessionData[id].RxParams.Params.ClassB.Periodicity ); \
475 …McSessionData[id].RxParams.Params.ClassB.Periodicity = ( mcpsIndication->Buffer[cmdIndex] >> 4 ) &… in LmhpRemoteMcastSetupOnMcpsIndication()
/loramac-node-3.7.0/src/apps/LoRaMac/common/LmHandler/
DLmHandler.c602 mlmeReq.Req.PingSlotInfo.PingSlot.Fields.Periodicity = periodicity; in LmHandlerPingSlotReq()