Struct atsamd51n::osc32kctrl::evctrl::EVCTRL_SPEC
source · [−]pub struct EVCTRL_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for EVCTRL_SPEC
impl Readable for EVCTRL_SPEC
read()
method returns evctrl::R reader structure
sourceimpl RegisterSpec for EVCTRL_SPEC
impl RegisterSpec for EVCTRL_SPEC
sourceimpl Resettable for EVCTRL_SPEC
impl Resettable for EVCTRL_SPEC
reset()
method sets EVCTRL to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for EVCTRL_SPEC
impl Send for EVCTRL_SPEC
impl Sync for EVCTRL_SPEC
impl Unpin for EVCTRL_SPEC
impl UnwindSafe for EVCTRL_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