Type Alias W

Source
pub type W = W<IntflagSpec>;
Expand description

Register INTFLAG writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn ovf(&mut self) -> OvfW<'_, IntflagSpec>

Bit 0 - Overflow

Source

pub fn trg(&mut self) -> TrgW<'_, IntflagSpec>

Bit 1 - Retrigger

Source

pub fn cnt(&mut self) -> CntW<'_, IntflagSpec>

Bit 2 - Counter

Source

pub fn err(&mut self) -> ErrW<'_, IntflagSpec>

Bit 3 - Error

Source

pub fn dfs(&mut self) -> DfsW<'_, IntflagSpec>

Bit 11 - Non-Recoverable Debug Fault

Source

pub fn faulta(&mut self) -> FaultaW<'_, IntflagSpec>

Bit 12 - Recoverable Fault A

Source

pub fn faultb(&mut self) -> FaultbW<'_, IntflagSpec>

Bit 13 - Recoverable Fault B

Source

pub fn fault0(&mut self) -> Fault0W<'_, IntflagSpec>

Bit 14 - Non-Recoverable Fault 0

Source

pub fn fault1(&mut self) -> Fault1W<'_, IntflagSpec>

Bit 15 - Non-Recoverable Fault 1

Source

pub fn mc0(&mut self) -> Mc0W<'_, IntflagSpec>

Bit 16 - Match or Capture 0

Source

pub fn mc1(&mut self) -> Mc1W<'_, IntflagSpec>

Bit 17 - Match or Capture 1

Source

pub fn mc2(&mut self) -> Mc2W<'_, IntflagSpec>

Bit 18 - Match or Capture 2

Source

pub fn mc3(&mut self) -> Mc3W<'_, IntflagSpec>

Bit 19 - Match or Capture 3