pub struct BFCR_SPEC;
Expand description
Trait Implementations§
Source§impl Resettable for BFCR_SPEC
reset()
method sets BFCR to value 0x0607
impl Resettable for BFCR_SPEC
reset()
method sets BFCR to value 0x0607
Source§fn reset_value() -> <BFCR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <BFCR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for BFCR_SPEC
impl RefUnwindSafe for BFCR_SPEC
impl Send for BFCR_SPEC
impl Sync for BFCR_SPEC
impl Unpin for BFCR_SPEC
impl UnwindSafe for BFCR_SPEC
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