#[repr(transparent)]pub struct C3(pub u32);Expand description
CMP Control Register 3
Tuple Fields§
§0: u32Implementations§
Source§impl C3
impl C3
Sourcepub const fn set_acph2tc(&mut self, val: Acph2tc)
pub const fn set_acph2tc(&mut self, val: Acph2tc)
Analog Comparator Phase2 Timing Control.
Sourcepub const fn set_acph1tc(&mut self, val: Acph1tc)
pub const fn set_acph1tc(&mut self, val: Acph1tc)
Analog Comparator Phase1 Timing Control.
Sourcepub const fn set_nchcten(&mut self, val: Nchcten)
pub const fn set_nchcten(&mut self, val: Nchcten)
Negative Channel Continuous Mode Enable.
Sourcepub const fn set_pchcten(&mut self, val: Pchcten)
pub const fn set_pchcten(&mut self, val: Pchcten)
Positive Channel Continuous Mode Enable.
Trait Implementations§
impl Copy for C3
impl Eq for C3
impl StructuralPartialEq for C3
Auto Trait Implementations§
impl Freeze for C3
impl RefUnwindSafe for C3
impl Send for C3
impl Sync for C3
impl Unpin for C3
impl UnwindSafe for C3
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