pub enum CEN1 {
Normal = 0,
Calibration = 1,
}
Expand description
DAC channel%s calibration enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CEN1
impl Eq for CEN1
impl StructuralPartialEq for CEN1
Auto Trait Implementations§
impl Freeze for CEN1
impl RefUnwindSafe for CEN1
impl Send for CEN1
impl Sync for CEN1
impl Unpin for CEN1
impl UnwindSafe for CEN1
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