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