#[repr(transparent)]pub struct Apllctrl(pub u32);Expand description
APLL Control Register.
Tuple Fields§
§0: u32Implementations§
Source§impl Apllctrl
impl Apllctrl
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) -> ApllctrlSource
pub const fn source(&self) -> ApllctrlSource
Clock Source.
Sourcepub const fn set_source(&mut self, val: ApllctrlSource)
pub const fn set_source(&mut self, val: ApllctrlSource)
Clock Source.
Trait Implementations§
impl Copy for Apllctrl
impl Eq for Apllctrl
impl StructuralPartialEq for Apllctrl
Auto Trait Implementations§
impl Freeze for Apllctrl
impl RefUnwindSafe for Apllctrl
impl Send for Apllctrl
impl Sync for Apllctrl
impl Unpin for Apllctrl
impl UnwindSafe for Apllctrl
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