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