Searched refs:FCntUp (Results 1 – 3 of 3) sorted by relevance
289 confFCnt = ( uint16_t )( CryptoNvm->FCntList.FCntUp % 65536 ); in PrepareB0()799 CryptoNvm->FCntList.FCntUp = 0; in ResetFCnts()870 *currentUp = CryptoNvm->FCntList.FCntUp + 1; in LoRaMacCryptoGetFCntUp()1279 CryptoNvm->FCntList.FCntUp = 0; in LoRaMacCryptoHandleJoinAccept()1297 if( fCntUp < CryptoNvm->FCntList.FCntUp ) in LoRaMacCryptoSecureMessage()1309 if( fCntUp > CryptoNvm->FCntList.FCntUp ) in LoRaMacCryptoSecureMessage()1376 CryptoNvm->FCntList.FCntUp = fCntUp; in LoRaMacCryptoSecureMessage()
54 uint32_t FCntUp; member
378 - Fixed potential issue where the `FCntUp` counter could sometimes be incremented by 2 instead of 1