Enum Ch1oi
pub enum Ch1oi {
_0 = 0,
_1 = 1,
}Expand description
Channel 1 Output Initialization Value
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ch1oi
impl Eq for Ch1oi
impl StructuralPartialEq for Ch1oi
Auto Trait Implementations§
impl Freeze for Ch1oi
impl RefUnwindSafe for Ch1oi
impl Send for Ch1oi
impl Sync for Ch1oi
impl Unpin for Ch1oi
impl UnwindSafe for Ch1oi
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