Searched refs:currentDown (Results 1 – 3 of 3) sorted by relevance
729 static bool CheckFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in CheckFCntDown() argument736 if( ( currentDown > lastDown ) || in CheckFCntDown()756 static void UpdateFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in UpdateFCntDown() argument761 CryptoNvm->FCntList.NFCntDown = currentDown; in UpdateFCntDown()764 CryptoNvm->FCntList.AFCntDown = currentDown; in UpdateFCntDown()767 CryptoNvm->FCntList.FCntDown = currentDown; in UpdateFCntDown()771 CryptoNvm->FCntList.McFCntDown[0] = currentDown; in UpdateFCntDown()776 CryptoNvm->FCntList.McFCntDown[1] = currentDown; in UpdateFCntDown()781 CryptoNvm->FCntList.McFCntDown[2] = currentDown; in UpdateFCntDown()786 CryptoNvm->FCntList.McFCntDown[3] = currentDown; in UpdateFCntDown()[all …]
197 …s_t LoRaMacCryptoGetFCntDown( FCntIdentifier_t fCntID, uint32_t frameFcnt, uint32_t* currentDown );
402 FCntIdentifier_t* fCntID, uint32_t* currentDown );1908 FCntIdentifier_t* fCntID, uint32_t* currentDown ) in GetFCntDown() argument1911 ( currentDown == NULL ) ) in GetFCntDown()1952 return LoRaMacCryptoGetFCntDown( *fCntID, macMsg->FHDR.FCnt, currentDown ); in GetFCntDown()