#[repr(transparent)]pub struct MrccLpspi0Clksel(pub u32);Expand description
LPSPI0 clock selection control.
Tuple Fields§
§0: u32Implementations§
Source§impl MrccLpspi0Clksel
impl MrccLpspi0Clksel
Sourcepub const fn mux(&self) -> MrccLpspi0ClkselMux
pub const fn mux(&self) -> MrccLpspi0ClkselMux
Functional Clock Mux Select.
Sourcepub const fn set_mux(&mut self, val: MrccLpspi0ClkselMux)
pub const fn set_mux(&mut self, val: MrccLpspi0ClkselMux)
Functional Clock Mux Select.
Trait Implementations§
Source§impl Clone for MrccLpspi0Clksel
impl Clone for MrccLpspi0Clksel
Source§fn clone(&self) -> MrccLpspi0Clksel
fn clone(&self) -> MrccLpspi0Clksel
Returns a duplicate 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 Debug for MrccLpspi0Clksel
impl Debug for MrccLpspi0Clksel
Source§impl Default for MrccLpspi0Clksel
impl Default for MrccLpspi0Clksel
Source§fn default() -> MrccLpspi0Clksel
fn default() -> MrccLpspi0Clksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for MrccLpspi0Clksel
impl PartialEq for MrccLpspi0Clksel
impl Copy for MrccLpspi0Clksel
impl Eq for MrccLpspi0Clksel
impl StructuralPartialEq for MrccLpspi0Clksel
Auto Trait Implementations§
impl Freeze for MrccLpspi0Clksel
impl RefUnwindSafe for MrccLpspi0Clksel
impl Send for MrccLpspi0Clksel
impl Sync for MrccLpspi0Clksel
impl Unpin for MrccLpspi0Clksel
impl UnwindSafe for MrccLpspi0Clksel
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