Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/
DLoRaMacCrypto.h197 LoRaMacCryptoStatus_t LoRaMacCryptoGetFCntDown( FCntIdentifier_t fCntID, uint32_t frameFcnt, uint32…
DLoRaMacCrypto.c875 LoRaMacCryptoStatus_t LoRaMacCryptoGetFCntDown( FCntIdentifier_t fCntID, uint32_t frameFcnt, uint32… in LoRaMacCryptoGetFCntDown() function
DLoRaMac.c1952 return LoRaMacCryptoGetFCntDown( *fCntID, macMsg->FHDR.FCnt, currentDown ); in GetFCntDown()