Enum Faultm
#[repr(u8)]pub enum Faultm {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Fault Control Mode
Value on reset: 0
Variants§
_00 = 0
0: Fault control is disabled for all channels.
_01 = 1
1: Fault control is enabled for even channels only (channels 0, 2, 4, and 6), and the selected mode is the manual fault clearing.
_10 = 2
2: Fault control is enabled for all channels, and the selected mode is the manual fault clearing.
_11 = 3
3: Fault control is enabled for all channels, and the selected mode is the automatic fault clearing.
Trait Implementations§
impl Copy for Faultm
impl Eq for Faultm
impl IsEnum for Faultm
impl StructuralPartialEq for Faultm
Auto Trait Implementations§
impl Freeze for Faultm
impl RefUnwindSafe for Faultm
impl Send for Faultm
impl Sync for Faultm
impl Unpin for Faultm
impl UnwindSafe for Faultm
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