#[repr(transparent)]pub struct Cmdl(pub u32);Expand description
ADC Command Low Buffer Register
Tuple Fields§
§0: u32Implementations§
Source§impl Cmdl
impl Cmdl
Sourcepub const fn cscale(&self) -> CmdlCscale
pub const fn cscale(&self) -> CmdlCscale
Channel Scale
Sourcepub const fn set_cscale(&mut self, val: CmdlCscale)
pub const fn set_cscale(&mut self, val: CmdlCscale)
Channel Scale
Trait Implementations§
impl Copy for Cmdl
impl Eq for Cmdl
impl StructuralPartialEq for Cmdl
Auto Trait Implementations§
impl Freeze for Cmdl
impl RefUnwindSafe for Cmdl
impl Send for Cmdl
impl Sync for Cmdl
impl Unpin for Cmdl
impl UnwindSafe for Cmdl
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