Searched refs:read_exact_volatile (Results 1 – 1 of 1) sorted by relevance
93 fn read_exact_volatile(&mut self, mut slice: VolatileSlice) -> Result<()> { in read_exact_volatile() method147 fn read_exact_volatile(&mut self, slice: VolatileSlice) -> Result<()> { in read_exact_volatile() method148 (**self).read_exact_volatile(slice) in read_exact_volatile()