Searched refs:max_attempts (Results 1 – 1 of 1) sorted by relevance
106 uint32_t max_attempts = timeout_ms; // Max attempts for the given timeout in ms in tsensor_read_data() local108 for (uint32_t attempt = 0; attempt < max_attempts; attempt++) in tsensor_read_data()
Completed in 3 milliseconds