Type Alias CaptureW

Source
pub type CaptureW<'a, REG> = FieldWriter<'a, REG, 3, Captureselect, Safe>;
Expand description

Field CAPTURE writer - Fault A Capture Action

Aliased Type§

struct CaptureW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> CaptureW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn disable(self) -> &'a mut W<REG>

No capture

Source

pub fn capt(self) -> &'a mut W<REG>

Capture on fault

Source

pub fn captmin(self) -> &'a mut W<REG>

Minimum capture

Source

pub fn captmax(self) -> &'a mut W<REG>

Maximum capture

Source

pub fn locmin(self) -> &'a mut W<REG>

Minimum local detection

Source

pub fn locmax(self) -> &'a mut W<REG>

Maximum local detection

Source

pub fn deriv0(self) -> &'a mut W<REG>

Minimum and maximum local detection

Source

pub fn captmark(self) -> &'a mut W<REG>

Capture with ramp index as MSB value