#[repr(transparent)]pub struct ClkGpout1selected(pub u32);
Expand description
Indicates which src is currently selected (one-hot)
Tuple Fields§
§0: u32
Implementations§
Source§impl ClkGpout1selected
impl ClkGpout1selected
Sourcepub const fn clk_gpout1_selected(&self) -> bool
pub const fn clk_gpout1_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_gpout1_selected(&mut self, val: bool)
pub fn set_clk_gpout1_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 ClkGpout1selected
impl Clone for ClkGpout1selected
Source§fn clone(&self) -> ClkGpout1selected
fn clone(&self) -> ClkGpout1selected
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 ClkGpout1selected
impl Debug for ClkGpout1selected
Source§impl Default for ClkGpout1selected
impl Default for ClkGpout1selected
Source§fn default() -> ClkGpout1selected
fn default() -> ClkGpout1selected
Returns the “default value” for a type. Read more
Source§impl PartialEq for ClkGpout1selected
impl PartialEq for ClkGpout1selected
impl Copy for ClkGpout1selected
impl Eq for ClkGpout1selected
impl StructuralPartialEq for ClkGpout1selected
Auto Trait Implementations§
impl Freeze for ClkGpout1selected
impl RefUnwindSafe for ClkGpout1selected
impl Send for ClkGpout1selected
impl Sync for ClkGpout1selected
impl Unpin for ClkGpout1selected
impl UnwindSafe for ClkGpout1selected
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