pub enum CMP_PD {
PowerDown = 0,
Enabled = 1,
}
Expand description
Compensation cell power-down
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CMP_PD
impl Eq for CMP_PD
impl StructuralPartialEq for CMP_PD
Auto Trait Implementations§
impl Freeze for CMP_PD
impl RefUnwindSafe for CMP_PD
impl Send for CMP_PD
impl Sync for CMP_PD
impl Unpin for CMP_PD
impl UnwindSafe for CMP_PD
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