#[repr(u8)]pub enum CH6_A {
DISABLE = 0,
HIGH = 1,
LOW = 2,
}Expand description
Channel 6 idle phase configuration
Value on reset: 0
Variants§
DISABLE = 0
0: CH6 output is disabled in idle phase
HIGH = 1
1: CH6 output is high in idle phase
LOW = 2
2: CH6 output is low in idle phase
Trait Implementations§
impl Copy for CH6_A
impl StructuralPartialEq for CH6_A
Auto Trait Implementations§
impl Freeze for CH6_A
impl RefUnwindSafe for CH6_A
impl Send for CH6_A
impl Sync for CH6_A
impl Unpin for CH6_A
impl UnwindSafe for CH6_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