pub enum FAULTMR {
_00,
_01,
_10,
_11,
}Expand description
Possible values of the field FAULTM
Variants§
_00
Fault control is disabled for all channels.
_01
Fault control is enabled for even channels only (channels 0, 2, 4, and 6), and the selected mode is the manual fault clearing.
_10
Fault control is enabled for all channels, and the selected mode is the manual fault clearing.
_11
Fault control is enabled for all channels, and the selected mode is the automatic fault clearing.
Implementations§
Trait Implementations§
impl Copy for FAULTMR
impl StructuralPartialEq for FAULTMR
Auto Trait Implementations§
impl Freeze for FAULTMR
impl RefUnwindSafe for FAULTMR
impl Send for FAULTMR
impl Sync for FAULTMR
impl Unpin for FAULTMR
impl UnwindSafe for FAULTMR
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