Struct nrf52840_pac::temp::b1::B1_SPEC
source · pub struct B1_SPEC;
Expand description
Trait Implementations§
source§impl Resettable for B1_SPEC
impl Resettable for B1_SPEC
reset()
method sets B1 to value 0x3fbe
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for B1_SPEC
impl RefUnwindSafe for B1_SPEC
impl Send for B1_SPEC
impl Sync for B1_SPEC
impl Unpin for B1_SPEC
impl UnwindSafe for B1_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