#[repr(C)]pub struct DPLL {
    pub dpllctrla: Reg<DPLLCTRLA_SPEC>,
    pub dpllratio: Reg<DPLLRATIO_SPEC>,
    pub dpllctrlb: Reg<DPLLCTRLB_SPEC>,
    pub dpllsyncbusy: Reg<DPLLSYNCBUSY_SPEC>,
    pub dpllstatus: Reg<DPLLSTATUS_SPEC>,
    /* private fields */
}Expand description
Register block
Fields
dpllctrla: Reg<DPLLCTRLA_SPEC>0x00 - DPLL Control A
dpllratio: Reg<DPLLRATIO_SPEC>0x04 - DPLL Ratio Control
dpllctrlb: Reg<DPLLCTRLB_SPEC>0x08 - DPLL Control B
dpllsyncbusy: Reg<DPLLSYNCBUSY_SPEC>0x0c - DPLL Synchronization Busy
dpllstatus: Reg<DPLLSTATUS_SPEC>0x10 - DPLL Status
Auto Trait Implementations
impl !RefUnwindSafe for DPLL
impl Send for DPLL
impl !Sync for DPLL
impl Unpin for DPLL
impl UnwindSafe for DPLL
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