pub struct SpllConfig {
pub source: SpllSource,
pub mode: SpllMode,
pub power: PoweredClock,
pub pll1_clk_div: Option<Div8>,
}Expand description
PLL1/SPLL configuration
Fields§
§source: SpllSourceInput clock source for the PLL1/SPLL
mode: SpllModeMode of operation for the PLL1/SPLL
power: PoweredClockPower state of the SPLL
pll1_clk_div: Option<Div8>Is the “pll1_clk_div” clock enabled?
Auto Trait Implementations§
impl Freeze for SpllConfig
impl RefUnwindSafe for SpllConfig
impl Send for SpllConfig
impl Sync for SpllConfig
impl Unpin for SpllConfig
impl UnwindSafe for SpllConfig
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