Type Alias CaptureR

Source
pub type CaptureR = FieldReader<Captureselect>;
Expand description

Field CAPTURE reader - Fault A Capture Action

Aliased Type§

struct CaptureR { /* private fields */ }

Implementations§

Source§

impl CaptureR

Source

pub const fn variant(&self) -> Captureselect

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

No capture

Source

pub fn is_capt(&self) -> bool

Capture on fault

Source

pub fn is_captmin(&self) -> bool

Minimum capture

Source

pub fn is_captmax(&self) -> bool

Maximum capture

Source

pub fn is_locmin(&self) -> bool

Minimum local detection

Source

pub fn is_locmax(&self) -> bool

Maximum local detection

Source

pub fn is_deriv0(&self) -> bool

Minimum and maximum local detection

Source

pub fn is_captmark(&self) -> bool

Capture with ramp index as MSB value