Enum Flt2pol
pub enum Flt2pol {
_0 = 0,
_1 = 1,
}Expand description
Fault Input 2 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 Flt2pol
impl Eq for Flt2pol
impl StructuralPartialEq for Flt2pol
Auto Trait Implementations§
impl Freeze for Flt2pol
impl RefUnwindSafe for Flt2pol
impl Send for Flt2pol
impl Sync for Flt2pol
impl Unpin for Flt2pol
impl UnwindSafe for Flt2pol
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