pub struct PLC_CONF1_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for PLC_CONF1_SPEC
impl Readable for PLC_CONF1_SPEC
read()
method returns plc_conf1::R reader structure
sourceimpl RegisterSpec for PLC_CONF1_SPEC
impl RegisterSpec for PLC_CONF1_SPEC
sourceimpl Resettable for PLC_CONF1_SPEC
impl Resettable for PLC_CONF1_SPEC
reset()
method sets PLC_CONF1 to value 0xa017_8a05
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for PLC_CONF1_SPEC
impl Writable for PLC_CONF1_SPEC
write(|w| ..)
method takes plc_conf1::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for PLC_CONF1_SPEC
impl Send for PLC_CONF1_SPEC
impl Sync for PLC_CONF1_SPEC
impl Unpin for PLC_CONF1_SPEC
impl UnwindSafe for PLC_CONF1_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