#[repr(transparent)]pub struct Spllctrl(pub u32);Expand description
SPLL Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl Spllctrl
impl Spllctrl
Sourcepub const fn bypasspostdiv2(&self) -> bool
pub const fn bypasspostdiv2(&self) -> bool
Bypass of Divide-by-2 Divider
Sourcepub const fn set_bypasspostdiv2(&mut self, val: bool)
pub const fn set_bypasspostdiv2(&mut self, val: bool)
Bypass of Divide-by-2 Divider
Sourcepub const fn set_limupoff(&mut self, val: bool)
pub const fn set_limupoff(&mut self, val: bool)
Up Limiter.
Sourcepub const fn banddirect(&self) -> bool
pub const fn banddirect(&self) -> bool
Control of the bandwidth of the PLL.
Sourcepub const fn set_banddirect(&mut self, val: bool)
pub const fn set_banddirect(&mut self, val: bool)
Control of the bandwidth of the PLL.
Sourcepub const fn bypassprediv(&self) -> bool
pub const fn bypassprediv(&self) -> bool
Bypass of the predivider.
Sourcepub const fn set_bypassprediv(&mut self, val: bool)
pub const fn set_bypassprediv(&mut self, val: bool)
Bypass of the predivider.
Sourcepub const fn bypasspostdiv(&self) -> bool
pub const fn bypasspostdiv(&self) -> bool
Bypass of the postdivider.
Sourcepub const fn set_bypasspostdiv(&mut self, val: bool)
pub const fn set_bypasspostdiv(&mut self, val: bool)
Bypass of the postdivider.
Sourcepub const fn source(&self) -> SpllctrlSource
pub const fn source(&self) -> SpllctrlSource
Clock Source
Sourcepub const fn set_source(&mut self, val: SpllctrlSource)
pub const fn set_source(&mut self, val: SpllctrlSource)
Clock Source
Trait Implementations§
impl Copy for Spllctrl
impl Eq for Spllctrl
impl StructuralPartialEq for Spllctrl
Auto Trait Implementations§
impl Freeze for Spllctrl
impl RefUnwindSafe for Spllctrl
impl Send for Spllctrl
impl Sync for Spllctrl
impl Unpin for Spllctrl
impl UnwindSafe for Spllctrl
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