Struct efm32gg11b520_pac::gpio::pk_pinlockn::PK_PINLOCKN_SPEC
source · [−]pub struct PK_PINLOCKN_SPEC;
Expand description
Port Unlocked Pins Register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see pk_pinlockn module
Trait Implementations
sourceimpl Readable for PK_PINLOCKN_SPEC
impl Readable for PK_PINLOCKN_SPEC
read()
method returns pk_pinlockn::R reader structure
sourceimpl RegisterSpec for PK_PINLOCKN_SPEC
impl RegisterSpec for PK_PINLOCKN_SPEC
sourceimpl Resettable for PK_PINLOCKN_SPEC
impl Resettable for PK_PINLOCKN_SPEC
reset()
method sets PK_PINLOCKN to value 0xffff
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for PK_PINLOCKN_SPEC
impl Writable for PK_PINLOCKN_SPEC
write(|w| ..)
method takes pk_pinlockn::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for PK_PINLOCKN_SPEC
impl Send for PK_PINLOCKN_SPEC
impl Sync for PK_PINLOCKN_SPEC
impl Unpin for PK_PINLOCKN_SPEC
impl UnwindSafe for PK_PINLOCKN_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more