pub enum STDIR1 {
Decrement = 0,
Increment = 1,
}
Expand description
DAC Channel1 Sawtooth direction setting
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for STDIR1
impl Eq for STDIR1
impl StructuralPartialEq for STDIR1
Auto Trait Implementations§
impl Freeze for STDIR1
impl RefUnwindSafe for STDIR1
impl Send for STDIR1
impl Sync for STDIR1
impl Unpin for STDIR1
impl UnwindSafe for STDIR1
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