Searched refs:currentDown (Results 1 – 3 of 3) sorted by relevance
726 static bool CheckFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in CheckFCntDown() argument733 if( ( currentDown > lastDown ) || in CheckFCntDown()753 static void UpdateFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in UpdateFCntDown() argument758 CryptoNvm->FCntList.NFCntDown = currentDown; in UpdateFCntDown()759 CryptoNvm->LastDownFCnt = currentDown; in UpdateFCntDown()762 CryptoNvm->FCntList.AFCntDown = currentDown; in UpdateFCntDown()763 CryptoNvm->LastDownFCnt = currentDown; in UpdateFCntDown()766 CryptoNvm->FCntList.FCntDown = currentDown; in UpdateFCntDown()767 CryptoNvm->LastDownFCnt = currentDown; in UpdateFCntDown()771 CryptoNvm->FCntList.McFCntDown[0] = currentDown; in UpdateFCntDown()[all …]
199 …s_t LoRaMacCryptoGetFCntDown( FCntIdentifier_t fCntID, uint32_t frameFcnt, uint32_t* currentDown );
382 FCntIdentifier_t* fCntID, uint32_t* currentDown );1974 FCntIdentifier_t* fCntID, uint32_t* currentDown ) in GetFCntDown() argument1977 ( currentDown == NULL ) ) in GetFCntDown()2018 return LoRaMacCryptoGetFCntDown( *fCntID, macMsg->FHDR.FCnt, currentDown ); in GetFCntDown()