Enum Ch1ocv
pub enum Ch1ocv {
_0 = 0,
_1 = 1,
}Expand description
Channel 1 Software Output Control Value
Value on reset: 0
Variants§
_0 = 0
0: The software output control forces 0 to the channel output.
_1 = 1
1: The software output control forces 1 to the channel output.
Trait Implementations§
impl Copy for Ch1ocv
impl Eq for Ch1ocv
impl StructuralPartialEq for Ch1ocv
Auto Trait Implementations§
impl Freeze for Ch1ocv
impl RefUnwindSafe for Ch1ocv
impl Send for Ch1ocv
impl Sync for Ch1ocv
impl Unpin for Ch1ocv
impl UnwindSafe for Ch1ocv
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