Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/
DLoRaMacCrypto.c423 …B1( uint16_t msgLen, KeyIdentifier_t keyID, bool isAck, uint8_t txDr, uint8_t txCh, uint32_t devAd… in PrepareB1()
482 …* msg, uint16_t len, KeyIdentifier_t keyID, bool isAck, uint8_t txDr, uint8_t txCh, uint32_t devAd… in ComputeCmacB1()
1287 LoRaMacCryptoStatus_t LoRaMacCryptoSecureMessage( uint32_t fCntUp, uint8_t txDr, uint8_t txCh, LoRa… in LoRaMacCryptoSecureMessage()
DLoRaMac.c2949 static LoRaMacStatus_t SecureFrame( uint8_t txDr, uint8_t txCh ) in SecureFrame()