pub struct PLC_CONF2_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for PLC_CONF2_SPEC
impl Readable for PLC_CONF2_SPEC
read()
method returns plc_conf2::R reader structure
sourceimpl RegisterSpec for PLC_CONF2_SPEC
impl RegisterSpec for PLC_CONF2_SPEC
sourceimpl Resettable for PLC_CONF2_SPEC
impl Resettable for PLC_CONF2_SPEC
reset()
method sets PLC_CONF2 to value 0x28
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for PLC_CONF2_SPEC
impl Writable for PLC_CONF2_SPEC
write(|w| ..)
method takes plc_conf2::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for PLC_CONF2_SPEC
impl Send for PLC_CONF2_SPEC
impl Sync for PLC_CONF2_SPEC
impl Unpin for PLC_CONF2_SPEC
impl UnwindSafe for PLC_CONF2_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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