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