pub struct Pll { /* private fields */ }
Implementations§
Source§impl Pll
impl Pll
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn cs(self) -> Reg<Cs, RW>
pub const fn cs(self) -> Reg<Cs, RW>
Control and Status GENERAL CONSTRAINTS: Reference clock frequency min=5MHz, max=800MHz Feedback divider min=16, max=320 VCO frequency min=750MHz, max=1600MHz
Sourcepub const fn fbdiv_int(self) -> Reg<FbdivInt, RW>
pub const fn fbdiv_int(self) -> Reg<FbdivInt, RW>
Feedback divisor (note: this PLL does not support fractional division)
Trait Implementations§
impl Copy for Pll
impl Eq for Pll
impl Send for Pll
impl StructuralPartialEq for Pll
impl Sync for Pll
Auto Trait Implementations§
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