pub struct R(_);
Register MCUSR reader
MCUSR
Bit 0 - Power-on reset flag
Bit 1 - External Reset Flag
Bit 2 - Brown-out Reset Flag
Bit 3 - Watchdog Reset Flag
Reads raw bits from register.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U