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