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