Struct atsamd51n::oscctrl::dpll::dpllsyncbusy::DPLLSYNCBUSY_SPEC
source · [−]pub struct DPLLSYNCBUSY_SPEC;
Expand description
DPLL Synchronization Busy
This register you can read
. See API.
For information about available fields see dpllsyncbusy module
Trait Implementations
sourceimpl Readable for DPLLSYNCBUSY_SPEC
impl Readable for DPLLSYNCBUSY_SPEC
read()
method returns dpllsyncbusy::R reader structure
sourceimpl RegisterSpec for DPLLSYNCBUSY_SPEC
impl RegisterSpec for DPLLSYNCBUSY_SPEC
sourceimpl Resettable for DPLLSYNCBUSY_SPEC
impl Resettable for DPLLSYNCBUSY_SPEC
reset()
method sets DPLLSYNCBUSY to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for DPLLSYNCBUSY_SPEC
impl Send for DPLLSYNCBUSY_SPEC
impl Sync for DPLLSYNCBUSY_SPEC
impl Unpin for DPLLSYNCBUSY_SPEC
impl UnwindSafe for DPLLSYNCBUSY_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