MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / waitfor_update

Method waitfor_update

src/cmos.rs:186–192  ·  view source on GitHub ↗

Wait for update to finish

(&mut self)

Source from the content-addressed store, hash-verified

184
185 // Wait for update to finish
186 fn waitfor_update(&mut self)
187 {
188 while self.updating()
189 {
190 spin_loop();
191 }
192 }
193
194
195 // Check if time is being updated

Callers 1

rtcMethod · 0.80

Calls 1

updatingMethod · 0.80

Tested by

no test coverage detected