Create a new instance, loaded with all zeroes
()
| 113 | } |
| 114 | /// Create a new instance, loaded with all zeroes |
| 115 | pub const fn new_zero() -> Self { |
| 116 | Self { bits: [0; 3] } |
| 117 | } |
| 118 | ///Read the `value` field of the register. |
| 119 | /// |
| 120 | pub fn value(&self) -> u32 { |
nothing calls this directly
no outgoing calls
no test coverage detected