#[repr(u8)]pub enum DTFA_A {
NONE = 0,
INACTIVE = 1,
CLEAR = 2,
TRISTATE = 3,
}
Expand description
DTI Fault Action
Value on reset: 0
Variants§
NONE = 0
0: No action on fault
INACTIVE = 1
1: Set outputs inactive
CLEAR = 2
2: Clear outputs
TRISTATE = 3
3: Tristate outputs
Trait Implementations§
impl Copy for DTFA_A
impl StructuralPartialEq for DTFA_A
Auto Trait Implementations§
impl Freeze for DTFA_A
impl RefUnwindSafe for DTFA_A
impl Send for DTFA_A
impl Sync for DTFA_A
impl Unpin for DTFA_A
impl UnwindSafe for DTFA_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