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