#[repr(transparent)]pub struct Cmdl14(pub u32);Expand description
Command Low Buffer Register
Tuple Fields§
§0: u32Implementations§
Source§impl Cmdl14
impl Cmdl14
Sourcepub const fn adch(&self) -> Cmdl14Adch
pub const fn adch(&self) -> Cmdl14Adch
Input Channel Select
Sourcepub const fn set_adch(&mut self, val: Cmdl14Adch)
pub const fn set_adch(&mut self, val: Cmdl14Adch)
Input Channel Select
Sourcepub const fn ctype(&self) -> Cmdl14Ctype
pub const fn ctype(&self) -> Cmdl14Ctype
Conversion Type
Sourcepub const fn set_ctype(&mut self, val: Cmdl14Ctype)
pub const fn set_ctype(&mut self, val: Cmdl14Ctype)
Conversion Type
Sourcepub const fn mode(&self) -> Cmdl14Mode
pub const fn mode(&self) -> Cmdl14Mode
Select Resolution of Conversions
Sourcepub const fn set_mode(&mut self, val: Cmdl14Mode)
pub const fn set_mode(&mut self, val: Cmdl14Mode)
Select Resolution of Conversions
Sourcepub const fn altb_adch(&self) -> Cmdl14AltbAdch
pub const fn altb_adch(&self) -> Cmdl14AltbAdch
Alternate Channel B Input Channel Select
Sourcepub const fn set_altb_adch(&mut self, val: Cmdl14AltbAdch)
pub const fn set_altb_adch(&mut self, val: Cmdl14AltbAdch)
Alternate Channel B Input Channel Select
Sourcepub const fn set_altben(&mut self, val: bool)
pub const fn set_altben(&mut self, val: bool)
Alternate Channel B Select Enable
Trait Implementations§
impl Copy for Cmdl14
impl Eq for Cmdl14
impl StructuralPartialEq for Cmdl14
Auto Trait Implementations§
impl Freeze for Cmdl14
impl RefUnwindSafe for Cmdl14
impl Send for Cmdl14
impl Sync for Cmdl14
impl Unpin for Cmdl14
impl UnwindSafe for Cmdl14
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