pub struct CCR1_H_R(/* private fields */);
Expand description
Field CCR1_H
reader - High Capture/Compare 1 value (TIM2 only)
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CCR1_H_R
impl RefUnwindSafe for CCR1_H_R
impl Send for CCR1_H_R
impl Sync for CCR1_H_R
impl Unpin for CCR1_H_R
impl UnwindSafe for CCR1_H_R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more