#[repr(C)]pub struct Dpll { /* private fields */ }
Expand description
DPLL[%s]
Implementations§
Source§impl Dpll
impl Dpll
Sourcepub const fn dpllsyncbusy(&self) -> &Dpllsyncbusy
pub const fn dpllsyncbusy(&self) -> &Dpllsyncbusy
0x0c - DPLL Synchronization Busy
Sourcepub const fn dpllstatus(&self) -> &Dpllstatus
pub const fn dpllstatus(&self) -> &Dpllstatus
0x10 - DPLL Status
Auto Trait Implementations§
impl !Freeze for Dpll
impl !RefUnwindSafe for Dpll
impl Send for Dpll
impl !Sync for Dpll
impl Unpin for Dpll
impl UnwindSafe for Dpll
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