#[repr(u8)]pub enum MCntEn {
M_CNT_EN_0 = 0,
M_CNT_EN_1 = 1,
}Variants§
M_CNT_EN_0 = 0
disable, the counter work in all scan process
M_CNT_EN_1 = 1
enable, the counter only work when the capacitor does the integration
Implementations§
Trait Implementations§
Source§impl Ord for MCntEn
impl Ord for MCntEn
Source§impl PartialOrd for MCntEn
impl PartialOrd for MCntEn
impl Copy for MCntEn
impl Eq for MCntEn
impl StructuralPartialEq for MCntEn
Auto Trait Implementations§
impl Freeze for MCntEn
impl RefUnwindSafe for MCntEn
impl Send for MCntEn
impl Sync for MCntEn
impl Unpin for MCntEn
impl UnwindSafe for MCntEn
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