pub enum SWSTART_A {
Start = 1,
}
Expand description
Start conversion of regular channels
Value on reset: 0
Variants§
Start = 1
1: Starts conversion of regular channels
Trait Implementations§
impl Copy for SWSTART_A
impl StructuralPartialEq for SWSTART_A
Auto Trait Implementations§
impl Freeze for SWSTART_A
impl RefUnwindSafe for SWSTART_A
impl Send for SWSTART_A
impl Sync for SWSTART_A
impl Unpin for SWSTART_A
impl UnwindSafe for SWSTART_A
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