#[repr(transparent)]pub struct Mainclksela(pub u32);Expand description
main clock selection A
Tuple Fields§
§0: u32Implementations§
Source§impl Mainclksela
impl Mainclksela
Sourcepub const fn sel(&self) -> MainclkselaSel
pub const fn sel(&self) -> MainclkselaSel
Control Main 1st Stage Control Clock Source. . .
Sourcepub const fn set_sel(&mut self, val: MainclkselaSel)
pub const fn set_sel(&mut self, val: MainclkselaSel)
Control Main 1st Stage Control Clock Source. . .
Trait Implementations§
Source§impl Clone for Mainclksela
impl Clone for Mainclksela
Source§fn clone(&self) -> Mainclksela
fn clone(&self) -> Mainclksela
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 Mainclksela
impl Debug for Mainclksela
Source§impl Default for Mainclksela
impl Default for Mainclksela
Source§fn default() -> Mainclksela
fn default() -> Mainclksela
Returns the “default value” for a type. Read more
Source§impl PartialEq for Mainclksela
impl PartialEq for Mainclksela
impl Copy for Mainclksela
impl Eq for Mainclksela
impl StructuralPartialEq for Mainclksela
Auto Trait Implementations§
impl Freeze for Mainclksela
impl RefUnwindSafe for Mainclksela
impl Send for Mainclksela
impl Sync for Mainclksela
impl Unpin for Mainclksela
impl UnwindSafe for Mainclksela
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