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