#[repr(transparent)]pub struct AdcClksel(pub u32);Expand description
ADCx clock selection control.
Tuple Fields§
§0: u32Implementations§
Source§impl AdcClksel
impl AdcClksel
Sourcepub const fn mux(&self) -> AdcClkselMux
pub const fn mux(&self) -> AdcClkselMux
Functional Clock Mux Select.
Sourcepub const fn set_mux(&mut self, val: AdcClkselMux)
pub const fn set_mux(&mut self, val: AdcClkselMux)
Functional Clock Mux Select.
Trait Implementations§
impl Copy for AdcClksel
impl Eq for AdcClksel
impl StructuralPartialEq for AdcClksel
Auto Trait Implementations§
impl Freeze for AdcClksel
impl RefUnwindSafe for AdcClksel
impl Send for AdcClksel
impl Sync for AdcClksel
impl Unpin for AdcClksel
impl UnwindSafe for AdcClksel
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