Get the underlying register, which can be read.
(self)
| 236 | |
| 237 | /// Get the underlying register, which can be read. |
| 238 | pub fn to_reg(self) -> T { |
| 239 | self.reg |
| 240 | } |
| 241 | |
| 242 | /// Get a mutable borrow of the underlying register. |
| 243 | pub fn reg_mut(&mut self) -> &mut T { |
no outgoing calls
no test coverage detected