Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/
DLoRaMacCrypto.c729 static bool CheckFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in CheckFCntDown() argument
736 if( ( currentDown > lastDown ) || in CheckFCntDown()
756 static void UpdateFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in UpdateFCntDown() argument
761 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 …]
DLoRaMacCrypto.h197 …s_t LoRaMacCryptoGetFCntDown( FCntIdentifier_t fCntID, uint32_t frameFcnt, uint32_t* currentDown );
DLoRaMac.c402 FCntIdentifier_t* fCntID, uint32_t* currentDown );
1908 FCntIdentifier_t* fCntID, uint32_t* currentDown ) in GetFCntDown() argument
1911 ( currentDown == NULL ) ) in GetFCntDown()
1952 return LoRaMacCryptoGetFCntDown( *fCntID, macMsg->FHDR.FCnt, currentDown ); in GetFCntDown()