Searched refs:retries (Results 1 – 2 of 2) sorted by relevance
179 int retries = iface->mIfaceCFG->rx_retries; in hal_i2c_receive() local180 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() local247 while (--retries > 0 && r != 1) in hal_i2c_wake()
892 - Fixed the Acknowledgment retries management when only 1 trial is needed 941 - Acknowledgments retries **YES**942 - Unconfirmed messages retries **YES**1016 …- Acknowledgments retries **WORK IN PROGRESS** (Not fully debugged. Disabled by defaul…1017 - Unconfirmed messages retries **WORK IN PROGRESS** (LoRaMac specification R2.2.1)1077 - Added acknowledgments retries management1080 **WARNING**: By default the acknowledgment retries specific code isn't enabled