pub struct DPLL {
pub dpllctrla: DPLLCTRLA,
pub dpllratio: DPLLRATIO,
pub dpllctrlb: DPLLCTRLB,
pub dpllsyncbusy: DPLLSYNCBUSY,
pub dpllstatus: DPLLSTATUS,
/* private fields */
}Expand description
Register block
Fields§
§dpllctrla: DPLLCTRLA0x00 - DPLL Control A
dpllratio: DPLLRATIO0x04 - DPLL Ratio Control
dpllctrlb: DPLLCTRLB0x08 - DPLL Control B
dpllsyncbusy: DPLLSYNCBUSY0x0c - DPLL Synchronization Busy
dpllstatus: DPLLSTATUS0x10 - DPLL Status
Auto Trait Implementations§
impl !Freeze for DPLL
impl !RefUnwindSafe for DPLL
impl !Sync for DPLL
impl Send for DPLL
impl Unpin for DPLL
impl UnsafeUnpin 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