Home
last modified time | relevance | path

Searched refs:FCNT_DOWN_INITIAL_VALUE (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/mac/
DLoRaMacCrypto.c735 ( lastDown == FCNT_DOWN_INITIAL_VALUE ) ) in CheckFCntDown()
800 CryptoNvm->FCntList.NFCntDown = FCNT_DOWN_INITIAL_VALUE; in ResetFCnts()
801 CryptoNvm->FCntList.AFCntDown = FCNT_DOWN_INITIAL_VALUE; in ResetFCnts()
802 CryptoNvm->FCntList.FCntDown = FCNT_DOWN_INITIAL_VALUE; in ResetFCnts()
807 CryptoNvm->FCntList.McFCntDown[i] = FCNT_DOWN_INITIAL_VALUE; in ResetFCnts()
893 if( lastDown == FCNT_DOWN_INITIAL_VALUE ) in LoRaMacCryptoGetFCntDown()
1280 CryptoNvm->FCntList.FCntDown = FCNT_DOWN_INITIAL_VALUE; in LoRaMacCryptoHandleJoinAccept()
1281 CryptoNvm->FCntList.NFCntDown = FCNT_DOWN_INITIAL_VALUE; in LoRaMacCryptoHandleJoinAccept()
1282 CryptoNvm->FCntList.AFCntDown = FCNT_DOWN_INITIAL_VALUE; in LoRaMacCryptoHandleJoinAccept()
DLoRaMacCrypto.h77 #define FCNT_DOWN_INITIAL_VALUE 0xFFFFFFFF macro
DLoRaMac.c5123 *Nvm.MacGroup2.MulticastChannelList[channel->GroupID].DownLinkCounter = FCNT_DOWN_INITIAL_VALUE; in LoRaMacMcChannelSetup()