Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMacCrypto.c726 static bool CheckFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in CheckFCntDown() argument
733 if( ( currentDown > lastDown ) || in CheckFCntDown()
753 static void UpdateFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in UpdateFCntDown() argument
758 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 …]
DLoRaMacCrypto.h199 …s_t LoRaMacCryptoGetFCntDown( FCntIdentifier_t fCntID, uint32_t frameFcnt, uint32_t* currentDown );
DLoRaMac.c382 FCntIdentifier_t* fCntID, uint32_t* currentDown );
1974 FCntIdentifier_t* fCntID, uint32_t* currentDown ) in GetFCntDown() argument
1977 ( currentDown == NULL ) ) in GetFCntDown()
2018 return LoRaMacCryptoGetFCntDown( *fCntID, macMsg->FHDR.FCnt, currentDown ); in GetFCntDown()