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