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