#[repr(u8)]
pub enum CAPTURE_A {
DISABLE,
CAPT,
CAPTMIN,
CAPTMAX,
LOCMIN,
LOCMAX,
DERIV0,
CAPTMARK,
}
Expand description
Fault A Capture Action
Value on reset: 0
Variants
DISABLE
0: No capture
CAPT
1: Capture on fault
CAPTMIN
2: Minimum capture
CAPTMAX
3: Maximum capture
LOCMIN
4: Minimum local detection
LOCMAX
5: Maximum local detection
DERIV0
6: Minimum and maximum local detection
CAPTMARK
7: Capture with ramp index as MSB value
Trait Implementations
impl Copy for CAPTURE_A
impl StructuralPartialEq for CAPTURE_A
Auto Trait Implementations
impl RefUnwindSafe for CAPTURE_A
impl Send for CAPTURE_A
impl Sync for CAPTURE_A
impl Unpin for CAPTURE_A
impl UnwindSafe for CAPTURE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more