#[repr(transparent)]pub struct C2(pub u32);Expand description
CMP Control Register 2
Tuple Fields§
§0: u32Implementations§
Source§impl C2
impl C2
Sourcepub const fn set_initmod(&mut self, val: u8)
pub const fn set_initmod(&mut self, val: u8)
Comparator and DAC initialization delay modulus.
Sourcepub const fn set_fxmxch(&mut self, val: Fxmxch)
pub const fn set_fxmxch(&mut self, val: Fxmxch)
Fixed channel selection
Trait Implementations§
impl Copy for C2
impl Eq for C2
impl StructuralPartialEq for C2
Auto Trait Implementations§
impl Freeze for C2
impl RefUnwindSafe for C2
impl Send for C2
impl Sync for C2
impl Unpin for C2
impl UnwindSafe for C2
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