pub struct SYSPLL(/* private fields */);Expand description
PLL
Can be used to control the PLL using various methods on syscon::Handle.
Trait Implementations§
Source§impl<'a> AnalogBlock for SYSPLL
impl<'a> AnalogBlock for SYSPLL
Auto Trait Implementations§
impl Freeze for SYSPLL
impl RefUnwindSafe for SYSPLL
impl Send for SYSPLL
impl Sync for SYSPLL
impl Unpin for SYSPLL
impl UnwindSafe for SYSPLL
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