pub struct DpllsyncbusySpec;
Expand description
DPLL Synchronization Busy
You can read
this register and get dpllsyncbusy::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for DpllsyncbusySpec
impl RegisterSpec for DpllsyncbusySpec
Source§impl Resettable for DpllsyncbusySpec
reset()
method sets DPLLSYNCBUSY to value 0
impl Resettable for DpllsyncbusySpec
reset()
method sets DPLLSYNCBUSY to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for DpllsyncbusySpec
read()
method returns dpllsyncbusy::R
reader structure
Auto Trait Implementations§
impl Freeze for DpllsyncbusySpec
impl RefUnwindSafe for DpllsyncbusySpec
impl Send for DpllsyncbusySpec
impl Sync for DpllsyncbusySpec
impl Unpin for DpllsyncbusySpec
impl UnwindSafe for DpllsyncbusySpec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more