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