#[repr(transparent)]pub struct Clock(pub u32);Expand description
USB PHY clock configurations
Tuple Fields§
§0: u32Implementations§
Source§impl Clock
impl Clock
Sourcepub const fn set_pllbtune(&mut self, val: bool)
pub const fn set_pllbtune(&mut self, val: bool)
PLL bandwidth adjustment
Sourcepub const fn set_commononn(&mut self, val: Commononn)
pub const fn set_commononn(&mut self, val: Commononn)
Common block power down control
Trait Implementations§
impl Copy for Clock
impl Eq for Clock
impl StructuralPartialEq for Clock
Auto Trait Implementations§
impl Freeze for Clock
impl RefUnwindSafe for Clock
impl Send for Clock
impl Sync for Clock
impl Unpin for Clock
impl UnwindSafe for Clock
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)