Home
last modified time | relevance | path

Searched defs:txDr (Results 1 – 2 of 2) sorted by relevance

/loramac-node-2.7.6/src/mac/
DLoRaMacCrypto.c421 …atus_t PrepareB1( uint16_t msgLen, KeyIdentifier_t keyID, bool isAck, uint8_t txDr, uint8_t txCh, … in PrepareB1()
480 …macB1( uint8_t* msg, uint16_t len, KeyIdentifier_t keyID, bool isAck, uint8_t txDr, uint8_t txCh, … in ComputeCmacB1()
1253 LoRaMacCryptoStatus_t LoRaMacCryptoSecureMessage( uint32_t fCntUp, uint8_t txDr, uint8_t txCh, LoRa… in LoRaMacCryptoSecureMessage()
DLoRaMac.c2658 static LoRaMacStatus_t SecureFrame( uint8_t txDr, uint8_t txCh ) in SecureFrame()