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