#[repr(transparent)]pub struct Cmdl1(pub u32);Expand description
Command Low Buffer Register
Tuple Fields§
§0: u32Implementations§
Source§impl Cmdl1
impl Cmdl1
Sourcepub const fn ctype(&self) -> Cmdl1Ctype
pub const fn ctype(&self) -> Cmdl1Ctype
Conversion Type
Sourcepub const fn set_ctype(&mut self, val: Cmdl1Ctype)
pub const fn set_ctype(&mut self, val: Cmdl1Ctype)
Conversion Type
Sourcepub const fn altb_adch(&self) -> Cmdl1AltbAdch
pub const fn altb_adch(&self) -> Cmdl1AltbAdch
Alternate Channel B Input Channel Select
Sourcepub const fn set_altb_adch(&mut self, val: Cmdl1AltbAdch)
pub const fn set_altb_adch(&mut self, val: Cmdl1AltbAdch)
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 Cmdl1
impl Eq for Cmdl1
impl StructuralPartialEq for Cmdl1
Auto Trait Implementations§
impl Freeze for Cmdl1
impl RefUnwindSafe for Cmdl1
impl Send for Cmdl1
impl Sync for Cmdl1
impl Unpin for Cmdl1
impl UnwindSafe for Cmdl1
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