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()
830 - 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 management1018 **WARNING**: By default the acknowledgment retries specific code isn't enabled