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