Struct rp2040_pac2::clocks::regs::ClkPeriCtrl [−][src]
Clock control, can be changed on-the-fly (except for auxsrc)
Implementations
impl ClkPeriCtrl
[src]
pub const fn enable(&self) -> bool
[src]
Starts and stops the clock generator cleanly
pub fn set_enable(&mut self, val: bool)
[src]
Starts and stops the clock generator cleanly
pub const fn kill(&self) -> bool
[src]
Asynchronously kills the clock generator
pub fn set_kill(&mut self, val: bool)
[src]
Asynchronously kills the clock generator
pub const fn auxsrc(&self) -> ClkPeriCtrlAuxsrc
[src]
Selects the auxiliary clock source, will glitch when switching
pub fn set_auxsrc(&mut self, val: ClkPeriCtrlAuxsrc)
[src]
Selects the auxiliary clock source, will glitch when switching
Trait Implementations
impl Clone for ClkPeriCtrl
[src]
fn clone(&self) -> ClkPeriCtrl
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ClkPeriCtrl
[src]
impl Default for ClkPeriCtrl
[src]
fn default() -> ClkPeriCtrl
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,