Home
last modified time | relevance | path

Searched refs:PingSlot (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/mac/
DLoRaMacClassB.c92 uint32_t PingSlot : 1; member
972 LoRaMacClassBEvents.Events.PingSlot = 1; in LoRaMacClassBPingSlotTimerEvent()
1780 LoRaMacClassBEvents.Events.PingSlot = 0; in LoRaMacClassBStopRxSlots()
1857 if( events.Events.PingSlot == 1 ) in LoRaMacClassBProcess()
DLoRaMac.h1249 PingSlotInfo_t PingSlot; member
DLoRaMac.c5398 uint8_t value = mlmeRequest->Req.PingSlotInfo.PingSlot.Value; in LoRaMacMlmeRequest()
5401 … LoRaMacClassBSetPingSlotInfo( mlmeRequest->Req.PingSlotInfo.PingSlot.Fields.Periodicity ); in LoRaMacMlmeRequest()
/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/
DLmHandler.c602 mlmeReq.Req.PingSlotInfo.PingSlot.Fields.Periodicity = periodicity; in LmHandlerPingSlotReq()
603 mlmeReq.Req.PingSlotInfo.PingSlot.Fields.RFU = 0; in LmHandlerPingSlotReq()