#[repr(u8)]
pub enum SRC_A {
    DISABLE,
    ENABLE,
    INVERT,
    ALTFAULT,
}Expand description
Fault B Source
Value on reset: 0
Variants
DISABLE
0: Fault input disabled
ENABLE
1: MCEx (x=0,1) event input
INVERT
2: Inverted MCEx (x=0,1) event input
ALTFAULT
3: Alternate fault (A or B) state at the end of the previous period
Trait Implementations
impl Copy for SRC_A
impl StructuralPartialEq for SRC_A
Auto Trait Implementations
impl RefUnwindSafe for SRC_A
impl Send for SRC_A
impl Sync for SRC_A
impl Unpin for SRC_A
impl UnwindSafe for SRC_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