Struct rp2040_pac2::clocks::regs::ClkAdcCtrl [−][src]
Clock control, can be changed on-the-fly (except for auxsrc)
Implementations
impl ClkAdcCtrl
[src][−]
pub const fn nudge(&self) -> bool
[src][−]
An edge on this signal shifts the phase of the output by 1 cycle of the input clock This can be done at any time
pub fn set_nudge(&mut self, val: bool)
[src][−]
An edge on this signal shifts the phase of the output by 1 cycle of the input clock This can be done at any time
pub const fn phase(&self) -> u8
[src][−]
This delays the enable signal by up to 3 cycles of the input clock This must be set before the clock is enabled to have any effect
pub fn set_phase(&mut self, val: u8)
[src][−]
This delays the enable signal by up to 3 cycles of the input clock This must be set before the clock is enabled to have any effect
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) -> ClkAdcCtrlAuxsrc
[src][−]
Selects the auxiliary clock source, will glitch when switching
pub fn set_auxsrc(&mut self, val: ClkAdcCtrlAuxsrc)
[src][−]
Selects the auxiliary clock source, will glitch when switching
Trait Implementations
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,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,