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