pub enum CH4OC_A {
CH4OC_0 = 0,
CH4OC_1 = 1,
}
Expand description
Channel 4 Software Output Control Enable
Value on reset: 0
Variants§
CH4OC_0 = 0
0: The channel output is not affected by software output control.
CH4OC_1 = 1
1: The channel output is affected by software output control.
Trait Implementations§
impl Copy for CH4OC_A
impl StructuralPartialEq for CH4OC_A
Auto Trait Implementations§
impl Freeze for CH4OC_A
impl RefUnwindSafe for CH4OC_A
impl Send for CH4OC_A
impl Sync for CH4OC_A
impl Unpin for CH4OC_A
impl UnwindSafe for CH4OC_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