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