Home
last modified time | relevance | path

Searched refs:rJcount (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/mac/
DLoRaMacCrypto.h215 LoRaMacCryptoStatus_t LoRaMacCryptoGetRJcount( FCntIdentifier_t fCntID, uint16_t* rJcount );
DLoRaMacCrypto.c920 LoRaMacCryptoStatus_t LoRaMacCryptoGetRJcount( FCntIdentifier_t fCntID, uint16_t* rJcount ) in LoRaMacCryptoGetRJcount() argument
923 if( rJcount == 0 ) in LoRaMacCryptoGetRJcount()
930 *rJcount = RJcount0 + 1; in LoRaMacCryptoGetRJcount()
933 *rJcount = CryptoNvm->FCntList.RJcount1 + 1; in LoRaMacCryptoGetRJcount()