pub enum EOCW {
Clear = 0,
}
Expand description
Regular channel end of conversion
Value on reset: 0
Variants§
Clear = 0
0: Clear End of conversion flag
Trait Implementations§
impl Copy for EOCW
impl Eq for EOCW
impl StructuralPartialEq for EOCW
Auto Trait Implementations§
impl Freeze for EOCW
impl RefUnwindSafe for EOCW
impl Send for EOCW
impl Sync for EOCW
impl Unpin for EOCW
impl UnwindSafe for EOCW
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