Enum Flt3pol
pub enum Flt3pol {
_0 = 0,
_1 = 1,
}Expand description
Fault Input 3 Polarity
Value on reset: 0
Variants§
_0 = 0
0: The fault input polarity is active high. A 1 at the fault input indicates a fault.
_1 = 1
1: The fault input polarity is active low. A 0 at the fault input indicates a fault.
Trait Implementations§
impl Copy for Flt3pol
impl Eq for Flt3pol
impl StructuralPartialEq for Flt3pol
Auto Trait Implementations§
impl Freeze for Flt3pol
impl RefUnwindSafe for Flt3pol
impl Send for Flt3pol
impl Sync for Flt3pol
impl Unpin for Flt3pol
impl UnwindSafe for Flt3pol
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