#[repr(transparent)]pub struct UsbClksel(pub u32);Expand description
USB0 clock selection control
Tuple Fields§
§0: u32Implementations§
Source§impl UsbClksel
impl UsbClksel
Sourcepub const fn mux(&self) -> UsbClkselMux
pub const fn mux(&self) -> UsbClkselMux
Functional Clock Mux Select
Sourcepub const fn set_mux(&mut self, val: UsbClkselMux)
pub const fn set_mux(&mut self, val: UsbClkselMux)
Functional Clock Mux Select
Trait Implementations§
impl Copy for UsbClksel
impl Eq for UsbClksel
impl StructuralPartialEq for UsbClksel
Auto Trait Implementations§
impl Freeze for UsbClksel
impl RefUnwindSafe for UsbClksel
impl Send for UsbClksel
impl Sync for UsbClksel
impl Unpin for UsbClksel
impl UnwindSafe for UsbClksel
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