Enum Faultf1
pub enum Faultf1 {
_0 = 0,
_1 = 1,
}Expand description
Fault Detection Flag 1
Value on reset: 0
Variants§
_0 = 0
0: No fault condition was detected at the fault input.
_1 = 1
1: A fault condition was detected at the fault input.
Trait Implementations§
impl Copy for Faultf1
impl Eq for Faultf1
impl StructuralPartialEq for Faultf1
Auto Trait Implementations§
impl Freeze for Faultf1
impl RefUnwindSafe for Faultf1
impl Send for Faultf1
impl Sync for Faultf1
impl Unpin for Faultf1
impl UnwindSafe for Faultf1
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