pub struct R(_);
Expand description
Register OR
reader
Implementations
sourceimpl R
impl R
sourcepub fn itr1_rmp(&self) -> ITR1_RMP_R
pub fn itr1_rmp(&self) -> ITR1_RMP_R
Bits 10:11 - Timer Input 4 remap
Methods from Deref<Target = R<OR_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more