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