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