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