Searched refs:rJcount (Results 1 – 2 of 2) sorted by relevance
215 LoRaMacCryptoStatus_t LoRaMacCryptoGetRJcount( FCntIdentifier_t fCntID, uint16_t* rJcount );
920 LoRaMacCryptoStatus_t LoRaMacCryptoGetRJcount( FCntIdentifier_t fCntID, uint16_t* rJcount ) in LoRaMacCryptoGetRJcount() argument923 if( rJcount == 0 ) in LoRaMacCryptoGetRJcount()930 *rJcount = RJcount0 + 1; in LoRaMacCryptoGetRJcount()933 *rJcount = CryptoNvm->FCntList.RJcount1 + 1; in LoRaMacCryptoGetRJcount()