Struct rp_pac::clocks::regs::ClkUsbCtrl
source · #[repr(transparent)]pub struct ClkUsbCtrl(pub u32);
Expand description
Clock control, can be changed on-the-fly (except for auxsrc)
Tuple Fields§
§0: u32
Implementations§
source§impl ClkUsbCtrl
impl ClkUsbCtrl
sourcepub const fn auxsrc(&self) -> ClkUsbCtrlAuxsrc
pub const fn auxsrc(&self) -> ClkUsbCtrlAuxsrc
Selects the auxiliary clock source, will glitch when switching
sourcepub fn set_auxsrc(&mut self, val: ClkUsbCtrlAuxsrc)
pub fn set_auxsrc(&mut self, val: ClkUsbCtrlAuxsrc)
Selects the auxiliary clock source, will glitch when switching
sourcepub fn set_enable(&mut self, val: bool)
pub fn set_enable(&mut self, val: bool)
Starts and stops the clock generator cleanly
sourcepub const fn phase(&self) -> u8
pub const fn phase(&self) -> u8
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
sourcepub fn set_phase(&mut self, val: u8)
pub fn set_phase(&mut self, val: u8)
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
Trait Implementations§
source§impl Clone for ClkUsbCtrl
impl Clone for ClkUsbCtrl
source§fn clone(&self) -> ClkUsbCtrl
fn clone(&self) -> ClkUsbCtrl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ClkUsbCtrl
impl Default for ClkUsbCtrl
source§fn default() -> ClkUsbCtrl
fn default() -> ClkUsbCtrl
Returns the “default value” for a type. Read more
source§impl PartialEq for ClkUsbCtrl
impl PartialEq for ClkUsbCtrl
impl Copy for ClkUsbCtrl
impl Eq for ClkUsbCtrl
impl StructuralPartialEq for ClkUsbCtrl
Auto Trait Implementations§
impl Freeze for ClkUsbCtrl
impl RefUnwindSafe for ClkUsbCtrl
impl Send for ClkUsbCtrl
impl Sync for ClkUsbCtrl
impl Unpin for ClkUsbCtrl
impl UnwindSafe for ClkUsbCtrl
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)