#[repr(transparent)]pub struct ClkHstxSelected(pub u32);
Expand description
Indicates which src is currently selected (one-hot)
Tuple Fields§
§0: u32
Implementations§
Source§impl ClkHstxSelected
impl ClkHstxSelected
Sourcepub const fn clk_hstx_selected(&self) -> bool
pub const fn clk_hstx_selected(&self) -> bool
This slice does not have a glitchless mux (only the AUX_SRC field is present, not SRC) so this register is hardwired to 0x1.
Sourcepub fn set_clk_hstx_selected(&mut self, val: bool)
pub fn set_clk_hstx_selected(&mut self, val: bool)
This slice does not have a glitchless mux (only the AUX_SRC field is present, not SRC) so this register is hardwired to 0x1.
Trait Implementations§
Source§impl Clone for ClkHstxSelected
impl Clone for ClkHstxSelected
Source§fn clone(&self) -> ClkHstxSelected
fn clone(&self) -> ClkHstxSelected
Returns a copy 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 ClkHstxSelected
impl Debug for ClkHstxSelected
Source§impl Default for ClkHstxSelected
impl Default for ClkHstxSelected
Source§fn default() -> ClkHstxSelected
fn default() -> ClkHstxSelected
Returns the “default value” for a type. Read more
Source§impl PartialEq for ClkHstxSelected
impl PartialEq for ClkHstxSelected
impl Copy for ClkHstxSelected
impl Eq for ClkHstxSelected
impl StructuralPartialEq for ClkHstxSelected
Auto Trait Implementations§
impl Freeze for ClkHstxSelected
impl RefUnwindSafe for ClkHstxSelected
impl Send for ClkHstxSelected
impl Sync for ClkHstxSelected
impl Unpin for ClkHstxSelected
impl UnwindSafe for ClkHstxSelected
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