pub struct PC_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 pc_pinlockn module
Trait Implementations§
Source§impl Readable for PC_PINLOCKN_SPEC
read() method returns pc_pinlockn::R reader structure
impl Readable for PC_PINLOCKN_SPEC
read() method returns pc_pinlockn::R reader structure
Source§impl RegisterSpec for PC_PINLOCKN_SPEC
impl RegisterSpec for PC_PINLOCKN_SPEC
Source§impl Resettable for PC_PINLOCKN_SPEC
reset() method sets PC_PINLOCKN to value 0xffff
impl Resettable for PC_PINLOCKN_SPEC
reset() method sets PC_PINLOCKN to value 0xffff
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for PC_PINLOCKN_SPEC
write(|w| ..) method takes pc_pinlockn::W writer structure
impl Writable for PC_PINLOCKN_SPEC
write(|w| ..) method takes pc_pinlockn::W writer structure
Auto Trait Implementations§
impl Freeze for PC_PINLOCKN_SPEC
impl RefUnwindSafe for PC_PINLOCKN_SPEC
impl Send for PC_PINLOCKN_SPEC
impl Sync for PC_PINLOCKN_SPEC
impl Unpin for PC_PINLOCKN_SPEC
impl UnwindSafe for PC_PINLOCKN_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