#[repr(u8)]
pub enum BLANK_A {
START,
RISE,
FALL,
BOTH,
}
Expand description
Fault A Blanking Mode
Value on reset: 0
Variants
START
0: Blanking applied from start of the ramp
RISE
1: Blanking applied from rising edge of the output waveform
FALL
2: Blanking applied from falling edge of the output waveform
BOTH
3: Blanking applied from each toggle of the output waveform
Trait Implementations
impl Copy for BLANK_A
impl StructuralPartialEq for BLANK_A
Auto Trait Implementations
impl RefUnwindSafe for BLANK_A
impl Send for BLANK_A
impl Sync for BLANK_A
impl Unpin for BLANK_A
impl UnwindSafe for BLANK_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more