pub struct R(_);
Register TIMSK1 reader
TIMSK1
Bit 0 - Timer/Counter1 Overflow Interrupt Enable
Bit 1 - Timer/Counter1 Output CompareA Match Interrupt Enable
Bit 2 - Timer/Counter1 Output CompareB Match Interrupt Enable
Bit 5 - Timer/Counter1 Input Capture Interrupt Enable
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