Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se-hal.c179 int retries = iface->mIfaceCFG->rx_retries; in hal_i2c_receive() local
180 while (--retries > 0 && r != 1) in hal_i2c_receive()
202 retries = iface->mIfaceCFG->rx_retries; in hal_i2c_receive()
203 while (--retries > 0 && r != 1) in hal_i2c_receive()
246 int retries = iface->mIfaceCFG->rx_retries; in hal_i2c_wake() local
247 while (--retries > 0 && r != 1) in hal_i2c_wake()
/loramac-node-3.4.0/
DCHANGELOG.md830 - Fixed the Acknowledgment retries management when only 1 trial is needed
879 - Acknowledgments retries **YES**
880 - Unconfirmed messages retries **YES**
954 …- Acknowledgments retries **WORK IN PROGRESS** (Not fully debugged. Disabled by defaul…
955 - Unconfirmed messages retries **WORK IN PROGRESS** (LoRaMac specification R2.2.1)
1015 - Added acknowledgments retries management
1018 **WARNING**: By default the acknowledgment retries specific code isn't enabled