pub struct FECAP_R(/* private fields */);Expand description
Field FECAP reader - Frequency error capture
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FECAP_R
impl RefUnwindSafe for FECAP_R
impl Send for FECAP_R
impl Sync for FECAP_R
impl Unpin for FECAP_R
impl UnwindSafe for FECAP_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