Struct rp2040_pac2::clocks::regs::ClkUsbCtrl [−][src]
Clock control, can be changed on-the-fly (except for auxsrc)
Implementations
impl ClkUsbCtrl
[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) -> ClkUsbCtrlAuxsrc
[src]
Selects the auxiliary clock source, will glitch when switching
pub fn set_auxsrc(&mut self, val: ClkUsbCtrlAuxsrc)
[src]
Selects the auxiliary clock source, will glitch when switching
Trait Implementations
impl Clone for ClkUsbCtrl
[src]
fn clone(&self) -> ClkUsbCtrl
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ClkUsbCtrl
[src]
impl Default for ClkUsbCtrl
[src]
fn default() -> ClkUsbCtrl
[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>,