Struct nrf52840_pac::spim0::enable::ENABLE_SPEC
source · pub struct ENABLE_SPEC;
Expand description
Trait Implementations§
source§impl Readable for ENABLE_SPEC
impl Readable for ENABLE_SPEC
read()
method returns enable::R reader structure
source§impl RegisterSpec for ENABLE_SPEC
impl RegisterSpec for ENABLE_SPEC
source§impl Resettable for ENABLE_SPEC
impl Resettable for ENABLE_SPEC
reset()
method sets ENABLE to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for ENABLE_SPEC
impl RefUnwindSafe for ENABLE_SPEC
impl Send for ENABLE_SPEC
impl Sync for ENABLE_SPEC
impl Unpin for ENABLE_SPEC
impl UnwindSafe for ENABLE_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