Enum Faulten0
pub enum Faulten0 {
_0 = 0,
_1 = 1,
}Expand description
Fault Control Enable For n = 0
Value on reset: 0
Variants§
_0 = 0
0: The fault control in this pair of channels is disabled.
_1 = 1
1: The fault control in this pair of channels is enabled.
Trait Implementations§
impl Copy for Faulten0
impl Eq for Faulten0
impl StructuralPartialEq for Faulten0
Auto Trait Implementations§
impl Freeze for Faulten0
impl RefUnwindSafe for Faulten0
impl Send for Faulten0
impl Sync for Faulten0
impl Unpin for Faulten0
impl UnwindSafe for Faulten0
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