pub struct PllConfig {
pub mux: PLLSrc,
pub m: PLLDiv,
pub n: PLLMul,
pub r: PLLDiv,
pub q: Option<PLLDiv>,
pub p: Option<PLLDiv>,
}
Expand description
PLL config
Fields§
§mux: PLLSrc
§m: PLLDiv
§n: PLLMul
§r: PLLDiv
§q: Option<PLLDiv>
§p: Option<PLLDiv>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PllConfig
impl RefUnwindSafe for PllConfig
impl Send for PllConfig
impl Sync for PllConfig
impl Unpin for PllConfig
impl UnwindSafe for PllConfig
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