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