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