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